File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/data-structures/tree/segment-tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ and geographic information systems.
4343Current implementation of Segment Tree implies that you may
4444pass any binary (with two input params) function to it and
4545thus you're able to do range query for variety of functions.
46- In tests you may find examples of doing ` min ` , ` max ` and ` sam ` range
46+ In tests you may find examples of doing ` min ` , ` max ` and ` sum ` range
4747queries on SegmentTree.
4848
4949## References
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ A implementação atual da Árvore de Segmentos implica que você pode passar
3939qualquer função binária (com dois parâmetros de entradas) e então, você
4040será capaz de realizar consultas de intervalos para uma variedade de funções.
4141Nos testes você poderá encontrar exemplos realizando ` min ` , ` max ` e consultas de
42- intervalo ` sam ` na árvore segmentada (SegmentTree).
42+ intervalo ` sum ` na árvore segmentada (SegmentTree).
4343
4444## Referências
4545
You can’t perform that action at this time.
0 commit comments