Skip to content

Commit d869bba

Browse files
committed
Update README.md
Added disjoint set to the readme
1 parent 34a21bf commit d869bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This is a collection of algorithms and data structures which I've implement over
2121
* Binary Heap [backed by an array or a tree]
2222
* Binary Search Tree
2323
* Compact Suffix Trie [backed by a Patricia Trie]
24+
* Disjoint Set
2425
* Graph
2526
+ Undirected
2627
+ Directed (Digraph)

0 commit comments

Comments
 (0)