TLDR - Got my hands dirty on golang, and learned a algorithm while doing a LC problem z_function.
About Z-Function
Z-Function is an really important and fundamental algorithm for strings. Z-Function of a string s of length N is an array z of same len...