Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 306 Bytes

File metadata and controls

23 lines (12 loc) · 306 Bytes

40_days_of_code

List of Algorithms to be learn:

1-Greedy Algorithm

2-Binary Search

3-Priority Queue

4-Basic Dynamic Programming

5-DSU

6-Graph(BFS,DFS)

7-MST (Minimum Spanning Tree) (Prim’s and Kruskal)

8-Dijkstra Algorithm (Shortest Path Algorithm)

9-Topological sort

10-Simple Segment Tree