Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1d6249d

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /