Please enable JavaScript.
Coggle requires JavaScript to display documents.
DSA in 90 Days - Coggle Diagram
DSA in 90 Days
Day 31 to 45
Learn about more and a bit more data structure and algorithms
Searching
Sorting
Bubble sort
Insertion sort
Selection sort
merge sort
Quick sort
Hash map
Trees
Heap
Sliding window
Day 11 to 30
Learn about basic data structure
Linked List
Stack
Array
Queue
Day 46 to 70
Learn about Dynamic programing & Graphic
Graphs
BFS
DFS
Dijkstra
Prim
Kruskal
Kosaraju's algo
Topological sort
Bellman ford
Normal DSU
DSU by Rank
Dynamic programing
Day 3 to 10
Learn about Recursion and backtracking
Day 1 to 2
Learn about space and time complexity. (Know complexity of the code you're writing
Day 71 to 80
Learn about OOPs
Day 81 to 90
Some more topics
Number theory
Pivot manipulation
Tries