mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
Fix minor typo on segment-tree
readme (#183)
This commit is contained in:
parent
b9d0d9ab38
commit
e09d526785
@ -40,7 +40,7 @@ and geographic information systems.
|
|||||||
Current implementation of Segment Tree implies that you may
|
Current implementation of Segment Tree implies that you may
|
||||||
pass any binary (with two input params) function to it and
|
pass any binary (with two input params) function to it and
|
||||||
thus you're able to do range query for variety of functions.
|
thus you're able to do range query for variety of functions.
|
||||||
In tests you may fins examples of doing `min`, `max` and `sam` range
|
In tests you may find examples of doing `min`, `max` and `sam` range
|
||||||
queries on SegmentTree.
|
queries on SegmentTree.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
Loading…
Reference in New Issue
Block a user