Skip to content

Commit cf04eb7

Browse files
authored
Update README.md
1 parent fc05e50 commit cf04eb7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@
104104
- [Max-Range Query.](https://github.com/manosriram/Data-Structures/blob/master/Segment-Tree/maxRangeQuery.cpp)
105105

106106
### 10. [Disjoint Sets](https://github.com/manosriram/Data-Structures/tree/master/Disjoint-Sets)
107-
- [Quick Union](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/_quickUnion.hpp)
108-
- [Quick Union Driver](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/quickUnion.cpp)
109-
- [Quick Find](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/_quickFind.hpp)
110-
- [Quick Find Driver](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/quickFind.cpp)
107+
- [Naive](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/Naive.cpp)
108+
- [Compressed](https://github.com/manosriram/Data-Structures/blob/master/Disjoint-Sets/Compressed.cpp)
111109

112110
### 11. [XOR Linked List](https://github.com/manosriram/Data-Structures/tree/master/XOR-Linked-List)
113111
- [Driver File](https://github.com/manosriram/Data-Structures/blob/master/XOR-Linked-List/Src.cpp)

0 commit comments

Comments
 (0)