There was an error while loading. Please reload this page.
1 parent 79a5977 commit 7a6e5b4Copy full SHA for 7a6e5b4
README.md
@@ -103,6 +103,6 @@
103
- [Min-Range Query.](https://github.com/manosriram/Data-Structures/blob/master/Segment-Tree/minRangeQuery.cpp)
104
- [Max-Range Query.](https://github.com/manosriram/Data-Structures/blob/master/Segment-Tree/maxRangeQuery.cpp)
105
106
-### 10. [Disjoint Sets]()
+### 10. [Disjoint Sets](https://github.com/manosriram/Data-Structures/tree/master/Disjoint-Sets)
107
- [Set Functions](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/DisjointSet.hpp)
108
- [Driver File](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/Main.cpp)
0 commit comments