Hello there! Here you can find tasks from books I read.
- Grokking Algorithms (A. Bhargava)
- Cracking the Coding Interview (G. McDowell)
- Computer Science Distilled (W. F. Filho)
-
Data structures
- Graph
- Hash table
-
Algorithms
- Binary search
- Some recursive algorithms (find max, count sum etc)
- Selection sort
- Quick sort
- BFS
-
Data structures
- Priority queue
- Binary search tree
- Binary heap
-
Algorithms
- DFS
- Merge sort