差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン両方とも次のリビジョン
programming_algorithm:data_structure:balancing_binary_search_tree:tree_free [2020/06/29] – [Binary Indexed Tree] ikatakosprogramming_algorithm:data_structure:balancing_binary_search_tree:tree_free [2020/06/29] – [Binary Indexed Tree] ikatakos
行 44: 行 44:
  
 Binary Indexed Tree で管理できる。ただし、BIT上で累積和の二分探索を実装する必要がある。 Binary Indexed Tree で管理できる。ただし、BIT上で累積和の二分探索を実装する必要がある。
-詳細は上記サイトまたは[[programming_algorithm:data_structure:binary_indexed_tree]]参照。+詳細は[[programming_algorithm:data_structure:binary_indexed_tree]]参照。
  
   * 値 $x$ を追加 → $bit.add(x, 1)$   * 値 $x$ を追加 → $bit.add(x, 1)$
programming_algorithm/data_structure/balancing_binary_search_tree/tree_free.txt · 最終更新: 2024/04/30 by ikatakos
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0