index
:
tcr
master
Team Contest Reference
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string
Age
Commit message (
Expand
)
Author
2023-09-15
slightly shorten z function
Noobie99
2023-03-29
fix suffix Array when |s| = 1, reduced (useless?) memory usage
Noobie99
2023-03-28
fix
Noobie99
2023-03-28
merged
mzuenni
2023-03-25
improved suffix automaton
Noobie99
2023-03-01
added digit separator
MZuenni
2023-03-01
removed trailing whitespaces and use more structured bindings
MZuenni
2023-02-24
improved lcss
mzuenni
2023-02-14
moved more stuff
MZuenni
2023-02-13
reformatted lineendings
MZuenni
2023-02-09
improved rolling hash for ICPC
MZuenni
2023-01-31
added traingles
MZuenni
2023-01-11
dont use .size()
MZuenni
2023-01-10
change whitespaces
mzuenni
2022-12-22
shorter and simpler z function
Noobie99
2022-11-30
added fft string matching
MZuenni
2022-11-30
Merge branch 'new-master' of github.com:mzuenni/ContestReference into new-master
MZuenni
2022-11-30
use all macro
MZuenni
2022-10-16
fixed ahoCorasick
mzuenni
2022-06-27
updated tcr
mzuenni
2017-10-22
Removing pointers from trie implementation.
Paul Jungeblut
2017-10-22
Removing pointers from Aho Corasick Automaton.
Paul Jungeblut
2017-05-04
Adding fast Input/Output and Manacher's algorithm.
Paul Jungeblut
2017-03-19
Slight changes to suffix tree and adding implicit cartesian STL tree.
Paul Jungeblut
2017-03-15
Adding Suffix Tree code.
Paul Jungeblut
2016-10-15
Added rolling hash.
Paul Jungeblut
2016-10-15
Added terminals and comments to suffix automaton code.
Paul Jungeblut
2016-10-15
Adding code for a suffix automaton doing longest common substring queries in ...
Paul Jungeblut
2016-10-10
Typesetting string section.
Paul Jungeblut
2016-10-05
Improve trie code.
Paul Jungeblut
2016-09-28
Better description and avoinding a pitfall in AHO Corasick.
Paul Jungeblut
2016-05-24
String fixes and STL-Debug flag.
Paul Jungeblut
2016-04-24
Adding 3D spheres and some small changes to KMP.
Paul Jungeblut
2016-02-06
Adding an Aho-Corasick automaton for string multimatching.
Paul Jungeblut
2014-11-26
Feinschliff
Paul Jungeblut
2014-11-26
levenshtein
Paul Jungeblut
2014-11-22
added longest common subsequence
JBatzill
2014-11-22
Create LCSubSequence.cpp
JBatzill
2014-11-22
Update suffixArray.cpp
JBatzill
2014-11-22
optimized sorting, new runtime: O(n*log²(n))
JBatzill
2014-11-22
adding string chapter
Paul Jungeblut
2014-11-22
Update kmp.cpp
kittobi1992
2014-11-22
Create kmp.cpp
kittobi1992