Implementing the techniques show on the freecodecamp.org course:
Data Structures and Algorithms in JavaScript - Full Course for Beginners
- Stacks
- Sets
- Queues & Priority Queues
- Binary Search Tree
- Binary Search Tree: Traversal & Height
- Hash Tables
- Linked List
- Trie
- Heap (max and min)
- Graphs: adjacency list, adjacency matrix, incidence matrix
- Graphs: breadth-first search