Skip to content

Commit

Permalink
[auto-verifier] docs commit 0cb513d
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jun 2, 2024
1 parent c122909 commit 9e34a83
Show file tree
Hide file tree
Showing 121 changed files with 819 additions and 538 deletions.
2 changes: 1 addition & 1 deletion DP/optimizations/divide_conquer.cpp.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
data:
_extendedDependsOn:
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DP/optimizations/knuth.cpp.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
data:
_extendedDependsOn:
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DP/tests/aizu_alds1_5_d_count_inversions.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
- icon: ':heavy_check_mark:'
path: Misc/compress.h
title: Misc/compress.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DP/tests/aizu_dpl_1_d_lis.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DP/lis.h
title: DP/lis.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DP/tests/yosupo_cnt_distinct_subseq.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
- icon: ':heavy_check_mark:'
path: Misc/compress.h
title: Misc/compress.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DP/tests/yosupo_lis.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DP/lis.h
title: DP/lis.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/DSU/DisjointSet.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ data:
timestamp: '2023-01-07 01:46:12+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/aizu_dsl_1_a_dsu.test.cpp
- DataStructure/test/dsu.test.cpp
- DataStructure/test/aizu_dsl_1_a_dsu.test.cpp
- Graph/tests/yosupo_mst.test.cpp
- Graph/tests/aizu_grl_2_a_mst.test.cpp
documentation_of: DataStructure/DSU/DisjointSet.h
Expand Down
4 changes: 2 additions & 2 deletions DataStructure/Fenwick/Fenwick.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ data:
timestamp: '2023-01-07 01:54:04+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/fenwick_pointaddrangesum.test.cpp
- DP/tests/aizu_alds1_5_d_count_inversions.test.cpp
- DataStructure/test/fenwick.test.cpp
- DataStructure/test/fenwick_pointaddrangesum.test.cpp
- DataStructure/test/aizu_dsl_2_b_fenwick_aizu.test.cpp
- DP/tests/aizu_alds1_5_d_count_inversions.test.cpp
documentation_of: DataStructure/Fenwick/Fenwick.h
layout: document
redirect_from:
Expand Down
8 changes: 4 additions & 4 deletions DataStructure/HeavyLight_adamant.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ data:
timestamp: '2023-01-04 02:50:55+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/aizu_grl_5_c_hld_lca.test.cpp
- DataStructure/test/aizu_grl_5_d_hld_edge.test.cpp
- DataStructure/test/yosupo_hld_kth_vertex_on_path.test.cpp
- DataStructure/test/hld_vertexsetpathcomposite.test.cpp
- DataStructure/test/aizu_grl_5_c_hld_lca.test.cpp
- DataStructure/test/aizu_grl_5_e_hld_edge.test.cpp
- DataStructure/test/aizu_grl_5_d_hld_edge.test.cpp
- DataStructure/test/hld_lca.test.cpp
- DataStructure/test/hld_vertexaddpathsum.test.cpp
- DataStructure/test/hld_vertexaddsubtreesum.test.cpp
- DataStructure/test/hld_vertexsetpathcomposite.test.cpp
- DataStructure/test/hld_lca.test.cpp
documentation_of: DataStructure/HeavyLight_adamant.h
layout: document
redirect_from:
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/LCA.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ data:
timestamp: '2022-08-11 17:15:37+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/lca.test.cpp
- DataStructure/test/aizu_grl_5_c_lca.test.cpp
- DataStructure/test/lca.test.cpp
documentation_of: DataStructure/LCA.h
layout: document
redirect_from:
Expand Down
12 changes: 6 additions & 6 deletions DataStructure/LazySegTree.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,16 @@ data:
timestamp: '2022-08-09 14:38:08+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/segment_tree_rangeaffinerangesum.test.cpp
- DataStructure/test/aizu_dsl_2_h_segment_tree_rangeaddmin.test.cpp
- DataStructure/test/aizu_dsl_2_e_segment_tree_rangeadd.test.cpp
- DataStructure/test/segment_tree_rangeaffinerangesum.test.cpp
- DataStructure/test/area_of_union_of_rectangles.test.cpp
- DataStructure/test/aizu_dsl_2_i_segment_tree_rangesetsum.test.cpp
- DataStructure/test/aizu_dsl_2_g_segment_tree_rangeaddsum.test.cpp
- DataStructure/test/aizu_grl_5_e_hld_edge.test.cpp
- DataStructure/test/aizu_dsl_2_f_segment_tree_rangesetmin.test.cpp
- DataStructure/test/segment_tree_rangeaffinepointget.test.cpp
- DataStructure/test/aizu_dsl_2_g_segment_tree_rangeaddsum.test.cpp
- DataStructure/test/aizu_dsl_2_i_segment_tree_rangesetsum.test.cpp
- DataStructure/test/area_of_union_of_rectangles.test.cpp
- DataStructure/test/aizu_dsl_2_d_segment_tree_rangeset.test.cpp
- DataStructure/test/aizu_dsl_2_f_segment_tree_rangesetmin.test.cpp
- DataStructure/test/aizu_dsl_2_h_segment_tree_rangeaddmin.test.cpp
documentation_of: DataStructure/LazySegTree.h
layout: document
redirect_from:
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/LiChaoSegTree.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ data:
timestamp: '2022-01-03 02:31:11+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/li_chao_seg_tree_lineaddgetmin.test.cpp
- DataStructure/test/li_chao_seg_tree_segaddgetmin.test.cpp
- DataStructure/test/li_chao_seg_tree_lineaddgetmin.test.cpp
documentation_of: DataStructure/LiChaoSegTree.h
layout: document
redirect_from:
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/RMQ.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ data:
- String/tests/suffix_array_queries.test.cpp
- String/tests/lcp.test.cpp
- String/tests/suffix_array.test.cpp
- DataStructure/test/aizu_grl_5_c_lca.test.cpp
- DataStructure/test/rmq.test.cpp
- DataStructure/test/lca.test.cpp
- DataStructure/test/aizu_grl_5_c_lca.test.cpp
documentation_of: DataStructure/RMQ.h
layout: document
redirect_from:
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/RangeSet.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ data:
timestamp: '2022-12-31 08:30:35+00:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/yukicoder_674_range_set.test.cpp
- DataStructure/test/aizu_dsl_4_a_range_set.test.cpp
- DataStructure/test/aizu_dsl_2_d_rangeset.test.cpp
- DataStructure/test/yukicoder_674_range_set.test.cpp
documentation_of: DataStructure/RangeSet.h
layout: document
redirect_from:
Expand Down
12 changes: 6 additions & 6 deletions DataStructure/SegTree.h.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,16 @@ data:
timestamp: '2022-12-21 14:26:45+08:00'
verificationStatus: LIBRARY_ALL_AC
verifiedWith:
- DataStructure/test/segment_tree_2d_pointaddrectsum.test.cpp
- DataStructure/test/aizu_grl_5_d_hld_edge.test.cpp
- DataStructure/test/aizu_dsl_2_a_segment_tree_rmq_update.test.cpp
- DataStructure/test/aizu_dsl_2_b_segment_tree_sum.test.cpp
- DataStructure/test/hld_vertexaddpathsum.test.cpp
- DataStructure/test/segment_tree_pointsetrangecomposite.test.cpp
- DataStructure/test/hld_vertexaddsubtreesum.test.cpp
- DataStructure/test/hld_vertexsetpathcomposite.test.cpp
- DataStructure/test/segment_tree_pointaddrangesum.test.cpp
- DataStructure/test/aizu_dsl_2_a_segment_tree_rmq_update.test.cpp
- DataStructure/test/segment_tree_2d_pointaddrectsum.test.cpp
- DataStructure/test/segment_tree_staticrmq.test.cpp
- DataStructure/test/segment_tree_pointaddrangesum.test.cpp
- DataStructure/test/hld_vertexaddpathsum.test.cpp
- DataStructure/test/hld_vertexaddsubtreesum.test.cpp
- DataStructure/test/aizu_dsl_2_b_segment_tree_sum.test.cpp
documentation_of: DataStructure/SegTree.h
layout: document
redirect_from:
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/aizu_dsl_1_b_dsu_weighted.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/DSU/DSU_weighted.h
title: DataStructure/DSU/DSU_weighted.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/SegTree.h
title: DataStructure/SegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/SegTree.h
title: DataStructure/SegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/aizu_dsl_2_d_rangeset.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/RangeSet.h
title: DataStructure/RangeSet.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/LazySegTree.h
title: DataStructure/LazySegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/LazySegTree.h
title: DataStructure/LazySegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/LazySegTree.h
title: DataStructure/LazySegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/LazySegTree.h
title: DataStructure/LazySegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/LazySegTree.h
title: DataStructure/LazySegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/LazySegTree.h
title: DataStructure/LazySegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/aizu_dsl_4_a_range_set.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/RangeSet.h
title: DataStructure/RangeSet.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/aizu_grl_5_c_hld_lca.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/HeavyLight_adamant.h
title: DataStructure/HeavyLight_adamant.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/aizu_grl_5_c_lca.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/RMQ.h
title: DataStructure/RMQ.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/aizu_grl_5_d_hld_edge.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/SegTree.h
title: DataStructure/SegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/aizu_grl_5_e_hld_edge.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/LazySegTree.h
title: DataStructure/LazySegTree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/binary_trie.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/BinaryTrie.h
title: DataStructure/BinaryTrie.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/mo_algorithm.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/Mo/MoAlgorithm.h
title: DataStructure/Mo/MoAlgorithm.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/mo_algorithm_with_undo.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/Mo/MoAlgorithmWithUndo.h
title: DataStructure/Mo/MoAlgorithmWithUndo.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/persistent_fenwick_tree_rmq.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/Fenwick/PartiallyPersistentFenwick.h
title: DataStructure/Fenwick/PartiallyPersistentFenwick.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
- icon: ':heavy_check_mark:'
path: buffered_reader.h
title: buffered_reader.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/splay_tree.h
title: DataStructure/splay_tree.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
2 changes: 1 addition & 1 deletion DataStructure/test/yukicoder_674_range_set.test.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
- icon: ':heavy_check_mark:'
path: DataStructure/RangeSet.h
title: DataStructure/RangeSet.h
- icon: ':heavy_check_mark:'
- icon: ':question:'
path: template.h
title: template.h
_extendedRequiredBy: []
Expand Down
Loading

0 comments on commit 9e34a83

Please sign in to comment.