2 files changed
+7
-1
lines changedSubmodule ACM-Code-Library updated 76 files
- .gitignore+5-3
- .idea/ACM-Code-Library.iml+1-1
- .idea/encodings.xml+3-3
- .idea/misc.xml+6-6
- .idea/modules.xml+7-7
- .idea/vcs.xml+5-5
- .idea/workspace.xml+862-821
- Algorithm/DSU_On_Tree(General).cpp+75-75
- Algorithm/Geometry.cpp+106-106
- Algorithm/MCMF.cpp+172-172
- Algorithm/Max_Flow.cpp+76-76
- Algorithm/Multiply_LCA.cpp+55-55
- CMakeLists.txt+8-8
- Data_Structure/01Trie.cpp+69-69
- Data_Structure/AFL(Cactus).cpp+90-90
- Data_Structure/Cartesian_Tree.cpp+85-85
- Data_Structure/Chairman_Tree.cpp+69-69
- Data_Structure/KD_Tree.cpp+92-92
- Data_Structure/Persistent_LiChao_SegmentTree.cpp+79
- Data_Structure/Rollback_UFS.cpp+148-148
- Data_Structure/Segment_Tree(Dynamic_Memory).cpp+84-84
- Data_Structure/Segment_Tree.cpp+65-65
- Graph/Dijkstra.cpp+87-87
- Graph/Dijkstra_interval_graph.cpp+114-114
- Graph/EulorTour.cpp+42-42
- Graph/Tarjan(BCC_Edge).cpp+77-77
- Graph/Tarjan(BCC_Point).cpp+66-66
- Graph/Tarjan(SCC).cpp+60-60
- Graph/Tree/Edge-Divide&Conquer.cpp+251
- Graph/Tree/Heavy_Light_Decomposition.cpp+120-120
- Graph/Tree/Point-Divide&Conquer.cpp+102-102
- Graph/Tree/Virtual_Tree.cpp+94-94
- Math/BerlekampMassey.cpp+89-89
- Math/CRT.cpp+61-61
- Math/FFT.cpp+174-174
- Math/FWT.cpp+50-50
- Math/Linear_Basis.cpp+49-49
- Math/Matrix.cpp+130-130
- Math/Mobius.cpp+53-53
- Math/linear_sieve.cpp+49-49
- Others/Header.cpp+29-29
- Others/formula.txt+1
- README.md+11-7
- String/Automaton/Aho-Corasick_Automaton.cpp+109-109
- String/Automaton/Generalized_Suffix_Automaton.cpp+127-127
- String/Automaton/Palindromic_Automaton.cpp+75-75
- String/Automaton/Suffix_Automaton.cpp+171-171
- String/Hash-1D.cpp+99-99
- String/KMP.cpp+138-138
- String/Manacher.cpp+44-44
- String/Suffix_Array.cpp+214-214
- cmake-build-debug/ACM-Code-Library
- cmake-build-debug/ACM-Code-Library.cbp-90
- cmake-build-debug/ACM-Code-Library.exe
- cmake-build-debug/CMakeCache.txt-404
- cmake-build-debug/CMakeFiles/ACM-Code-Library.dir/DependInfo.cmake-20
- cmake-build-debug/CMakeFiles/ACM-Code-Library.dir/build.make-99
- cmake-build-debug/CMakeFiles/ACM-Code-Library.dir/cmake_clean.cmake-12
- cmake-build-debug/CMakeFiles/ACM-Code-Library.dir/depend.make-2
- cmake-build-debug/CMakeFiles/ACM-Code-Library.dir/flags.make-10
- cmake-build-debug/CMakeFiles/ACM-Code-Library.dir/link.txt-3
- cmake-build-debug/CMakeFiles/ACM-Code-Library.dir/progress.make-3
- cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake-16
- cmake-build-debug/CMakeFiles/CMakeOutput.log-783
- cmake-build-debug/CMakeFiles/Makefile.cmake-55
- cmake-build-debug/CMakeFiles/Makefile2-112
- cmake-build-debug/CMakeFiles/TargetDirectories.txt-3
- cmake-build-debug/CMakeFiles/clion-environment.txt-4
- cmake-build-debug/CMakeFiles/clion-log.txt-4
- cmake-build-debug/CMakeFiles/cmake.check_cache-1
- cmake-build-debug/CMakeFiles/feature_tests.bin
- cmake-build-debug/CMakeFiles/feature_tests.c-34
- cmake-build-debug/CMakeFiles/feature_tests.cxx-405
- cmake-build-debug/CMakeFiles/progress.marks-1
- cmake-build-debug/Makefile-177
- cmake-build-debug/cmake_install.cmake-44
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
| 59 | + | |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| |||
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
| 80 | + | |
| 81 | + | |
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
| |||
104 | 108 |
| |
105 | 109 |
| |
106 | 110 |
| |
| 111 | + | |
| 112 | + |
0 commit comments