/Data-Structures-Algorithms-Prep

A guide through of the Fundamentals of Data Structures and Algorithm.

Primary LanguageJavaScript

PROGRAMMING Q!JESTIONS & SOLUTIONS

Why is this important?

  • Understanding algorithms lets us reuse knowledge from the field.
  • Better-performing algorithms can enhance the user experience by decreasing wait times.
  • Better-performing algorithms can save companies money by reducing equipment needs.
  • Algorithms and algorithm analysis are an important part of the shared language developers use to talk about programs (especially in INTERVIEWS!)

Basics (Updated Daily)

Leetcode 75 (Another Day another LeetCode Problem)

Prefix Sum

Linked List