Skip to content

Commit 1d6249d

Browse files
committedJan 27, 2023
Update README.
1 parent 4b4d770 commit 1d6249d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the data.
6262
* `A` [Segment Tree](src/data-structures/tree/segment-tree) - with min/max/sum range queries examples
6363
* `A` [Fenwick Tree](src/data-structures/tree/fenwick-tree) (Binary Indexed Tree)
6464
* `A` [Graph](src/data-structures/graph) (both directed and undirected)
65-
* `A` [Disjoint Set](src/data-structures/disjoint-set)
65+
* `A` [Disjoint Set](src/data-structures/disjoint-set) - a union–find data structure or merge–find set
6666
* `A` [Bloom Filter](src/data-structures/bloom-filter)
6767
* `A` [LRU Cache](src/data-structures/lru-cache/) - Least Recently Used (LRU) cache
6868

0 commit comments

Comments
 (0)
Please sign in to comment.