We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e653a66 commit a2af83aCopy full SHA for a2af83a
README.md
@@ -53,6 +53,7 @@ UnaryCoding | :+1: | :+1: | | | | :+1: | | |
53
TernarySearch | | | | | :+1: | | | |
54
Topological Sort | | | | | :+1: | | | |
55
Segmented Sieve |:+1:| :+1: | | | :+1: | | | |
56
+Union Find |:+1:| | | | | | | |
57
58
59
### List of Algorithms :
@@ -771,6 +772,8 @@ Segmented Sieve |:+1:| :+1: | | | :+1: | | | |
771
772
773
* Zobrist hashing : used in the implementation of transposition tables
774
775
+* Union Find : used to know if there is path between 2 objects or not
776
+
777
Folder structure should be
778
[**Algorithm name**]/[**language**]/**file**
779
0 commit comments