//
pkg.gl
Category
github.com/gadumitrachioaiei/algorithms
coveringsubstring
package
0.0.0-20201211100319-9c3a112b95fa
Repository:
https://github.com/gadumitrachioaiei/algorithms.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
123 SLOC
#
Functions
Substring
Substring returns the smallest covering substring of the given string.
SubstringR
SubstringR returns the smallest covering substring of the given string it uses recursion assumes s is ascii.