Skip to main content

9 posts tagged with "theory"

View All Tags

Useful native methods for arrays and strings in JavaScript that help with common tasks like sorting, searching, and manipulating data.

What is dynamic programming? Learn about dynamic programming algorithms, recursive functions, recursive backtracking.

Stacks, Queues, Linked Lists, Binary Trees, Binary Search Trees, Heaps, Priority Queues, Hash Tables, Graphs, Union-Find (Disjoint Set)

Quick Sort, Merge Sort, Heap Sort, Bubble Sort, etc...

IE Sliding Window, Two Pointers etc. Most algorithms can be categorized into 5 problem-solving patterns that help in identifying the optimal solution.

IE Brute Force, Greedy, Backtracking etc. A paradigm is a general approach or method used to design and implement algorithms to solve computational problems.

Things like common variables that make it easier read, memorize, and understand algorithms.

Binary Search, Linear Search, Jump Search, etc etc.

Understanding time and space complexity is crucial for analyzing the efficiency of algorithms.