Skip to content

Commit a2af83a

Browse files
Update README.md
1 parent e653a66 commit a2af83a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ UnaryCoding | :+1: | :+1: | | | | :+1: | | |
5353
TernarySearch | | | | | :+1: | | | |
5454
Topological Sort | | | | | :+1: | | | |
5555
Segmented Sieve |:+1:| :+1: | | | :+1: | | | |
56+
Union Find |:+1:| | | | | | | |
5657

5758

5859
### List of Algorithms :
@@ -771,6 +772,8 @@ Segmented Sieve |:+1:| :+1: | | | :+1: | | | |
771772

772773
* Zobrist hashing : used in the implementation of transposition tables
773774

775+
* Union Find : used to know if there is path between 2 objects or not
776+
774777
Folder structure should be
775778
[**Algorithm name**]/[**language**]/**file**
776779

0 commit comments

Comments
 (0)