Skip to content

Commit b5f7a1c

Browse files
committed
Updated README
1 parent 0892fbf commit b5f7a1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ Pune, Maharashtra, India.<br />
6565

6666
## Graphs
6767
1. [Graph](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P63_Graph.py)
68-
2. [Breadth First Search]
69-
3. [Depth First Search]
70-
4. [Detect Cycle in Directed Graph]
71-
5. [Detect Cycle in Undirected Graph]
72-
6. [Topological Sort]
68+
2. [Breadth First Search](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Graph/P01_BreadthFirstSearch.py)
69+
3. [Depth First Search](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Graph/P02_DepthFirstSearch.py)
70+
4. [Detect Cycle in Directed Graph](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Graph/P03_DetectCycleInDirectedGraph.py)
71+
5. [Detect Cycle in Undirected Graph](https://github.com/OmkarPathak/Data-Structures-using-Python/blob/master/Graph/P04_DetectCycleInUndirectedGraph.py)
72+
6. [Topological Sort](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P68_TopologicalSort.py)
7373

7474
## Scripts
7575

0 commit comments

Comments
 (0)