All of these algorithms are my solutions to LeetCode Problems in JavaScript.
- Arrays - Data Structure
- Linked Lists - Data Structure
- Recursion - Coding Concept
- Hashmaps - Data Structure
Data Structures
- Binary Trees
- Hash Tables
- Queues and Stacks
- Sets
- Heaps
- Tries
- Graphs
Coding Concepts
- Bit Arithmetic
- Sorting Algorithms
- Binary Search
- Dynamic Programming
- Several other Algorithms later on