Skip to content

Commit 2c04735

Browse files
authored
test
1 parent 087866f commit 2c04735

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# Algorithm
44

5-
<h3> <b><i>Graph Theory</i></b> </h3>
5+
<details>
6+
<summary> <h2> <b><i>Graph Theory</i></b> </h2> </summary>
67

78
* ***Graph Traversal***
89
* BFS
@@ -36,7 +37,9 @@
3637
* [Topological Sort](https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/12%20Topological%20Sort.cpp)
3738
* [Strongly Connected Component (SCC)](https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/13%20Strongly%20Connected%20Component.cpp)
3839
* [Lowest Common Ancestor (LCA)](https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/09%20Lowest%20Common%20Ancestor.cpp)
39-
40+
41+
</details>
42+
4043
<h3> <b><i>Number Theory</i></b> </h3>
4144

4245
* ***Power & Modulus***

0 commit comments

Comments
 (0)