差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン両方とも次のリビジョン
programming_algorithm:data_structure:sparse_table [2019/12/04] – [実装] ikatakosprogramming_algorithm:data_structure:sparse_table [2019/12/04] – [実装] ikatakos
行 72: 行 72:
  
     def query(self, l, r):     def query(self, l, r):
-        """ [l, r) """+        """ min value of [l, r) """
         d = r - l         d = r - l
         if d == 1:         if d == 1:
programming_algorithm/data_structure/sparse_table.txt · 最終更新: 2023/10/13 by ikatakos
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0