package
0.0.0-20201211100319-9c3a112b95fa
Repository: https://github.com/gadumitrachioaiei/algorithms.git
Documentation: pkg.go.dev

# Functions

Substring returns the smallest covering substring of the given string.
SubstringR returns the smallest covering substring of the given string it uses recursion assumes s is ascii.