stringology examples in C
root
- docs
- generalized_suffix_array
- minimum_unique_substring
- string_to_string_correction_with_block_moves
- COPYING
- README.md
Stringology
Stringology things.
Contents
minimum_unique_substring.c
- Finds substrings that occur only once in a given string while all their substrings are repeats.
generalized_suffix_array.c
- Suffix array for multiple strings.
string_to_string_correction_with_block_moves/basic.c
- Given a source string and a target string output an edit script to convert one into the other using block moves. Basic algorithm.
Contact
andreas.wagner@lowfatcomputing.org
pointfree on irc.freenode.net