Skip to content

Commit 0f6d85e

Browse files
authored
Merge pull request #2 from priyansh14/priyansh14-patch-2
Added Learn for Union Find DS (line 21)
2 parents 53c7c48 + 12bb314 commit 0f6d85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository contains Data structures, Algorithms and their common usecases i
1818
### Data Structures-
1919
* Trie Data Structure [Code](Trie_Data_Structure.py) [Learn](Trie_Data_Structure.md)
2020
* Segment Tree (For sum) (Java + Python) [Code](segment_Tree.py)
21-
* Union Find Data Structures (Disjoint Set Data Structure) [Code](UnionFindDS.py)
21+
* Union Find Data Structures (Disjoint Set Data Structure) [Code](UnionFindDS.py) [Learn](Disjoint Sets.md)
2222
* Binary Search Tree [Code](BST.py)
2323

2424
## Learning Python ( the pythonic way)

0 commit comments

Comments
 (0)