mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 01:15:56 +08:00
Fix README typo (#524)
This commit is contained in:
@ -43,7 +43,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 find examples of doing `min`, `max` and `sam` range
|
In tests you may find examples of doing `min`, `max` and `sum` range
|
||||||
queries on SegmentTree.
|
queries on SegmentTree.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
@ -39,7 +39,7 @@ A implementação atual da Árvore de Segmentos implica que você pode passar
|
|||||||
qualquer função binária (com dois parâmetros de entradas) e então, você
|
qualquer função binária (com dois parâmetros de entradas) e então, você
|
||||||
será capaz de realizar consultas de intervalos para uma variedade de funções.
|
será capaz de realizar consultas de intervalos para uma variedade de funções.
|
||||||
Nos testes você poderá encontrar exemplos realizando `min`, `max` e consultas de
|
Nos testes você poderá encontrar exemplos realizando `min`, `max` e consultas de
|
||||||
intervalo `sam` na árvore segmentada (SegmentTree).
|
intervalo `sum` na árvore segmentada (SegmentTree).
|
||||||
|
|
||||||
## Referências
|
## Referências
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user