Information about how a specific algorithm works (basic properties, operations, time complexity, space complexity), and their realtime usecases. Finally, actual implementation
- Linked List
- Red-Black Tree vs Hash Maps
- Recursion
- Binary Tree
- Binary Search Tree
- stacks and queue
- standard Trie
- compressed trie [To-Do]
- heaps
- red black tree
- avl tree
- merkle trie
- segment tree / fenwick tree
- bitwise trie
- suffix trie
- finite state trie
- Kadane
- Backtracking
Sorting Algorithms live here : https://github.com/Rammurthy5/sorting_algorithms
distributed locks. distributed concurrency. node consensus algorithms. quorum-based systems.