We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
segment-tree
1 parent b9d0d9a commit e09d526Copy full SHA for e09d526
src/data-structures/tree/segment-tree/README.md
@@ -40,7 +40,7 @@ and geographic information systems.
40
Current implementation of Segment Tree implies that you may
41
pass any binary (with two input params) function to it and
42
thus you're able to do range query for variety of functions.
43
-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
44
queries on SegmentTree.
45
46
## References
0 commit comments