Skip to content

Commit

Permalink
modified: _posts/2021-08-07-who-invented-segment-tree.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Jul 26, 2024
1 parent d193e1e commit dab1e1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2021-08-07-who-invented-segment-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ tags: []
[B1980]: https://ieeexplore.ieee.org/document/1675628
[cg]: https://link.springer.com/book/10.1007/978-3-540-77974-2

编辑于 2024-07-25: [Daniel Zingaro](https://www.danielzingaro.com/) 撰写的 [Algorithmic Thinking](https://nostarch.com/algorithmic-thinking-2nd-edition) 提到,Segment Tree 有 interval trees, tournament trees, order-statistic trees, range query trees 等多个名字. 书中使用了 [POI 2000: Promotion](https://www.oi.edu.pl/old/php/show.php?ac=e181313&module=show&file=zadania/oi7/promocja) 作为例题.


#### 参考资料
- Klee, Victor. "Can the Measure of U[Ai, Bi] Be Computed in Less Than O(n Log N) Steps?" <i>The American Mathematical Monthly</i> 84, no. 4 (1977): 284-85. Accessed August 7, 2021. doi:10.2307/2318871.
Expand Down

0 comments on commit dab1e1f

Please sign in to comment.