Skip to content

Commit

Permalink
update scl
Browse files Browse the repository at this point in the history
  • Loading branch information
4thcalabash committed Dec 12, 2019
1 parent b382a5a commit b0cffd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions scl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
fname: Hash-1D.cpp
- title: KMP
fname: KMP.cpp
- title: EX KMP
fname: EX_KMP.cpp
- title: Manacher
fname: Manacher.cpp
- title: Palindrome Series
fname: Palindrome_Series.cpp
- title: Suffix Array
fname: Suffix_Array.cpp
- title: Trie Graph
Expand All @@ -28,6 +32,8 @@
fname: C-SAM(CDAWG).cpp
- title: PAM
fname: Palindromic_Automaton.cpp
- title: 区间本质不同子串
fname: Count_Substrings_In_Segment.cpp

- name: Algorithm
dir: Algorithm/
Expand Down Expand Up @@ -106,8 +112,6 @@
fname: linear_sieve.cpp
- title: Linear Basis
fname: Linear_Basis.cpp
- title: Matrix
fname: Matrix.cpp
- title: Mobius
fname: Mobius.cpp
- name: Others
Expand Down

0 comments on commit b0cffd3

Please sign in to comment.