Implementation of common algorithms in Go. These are the outcome of my practicing Go.
Note: I tried to use less packages possible. So you may find very common library founctions are also implemented in the code, which may be redundant in practice.
- LCS: Longest Common Subsequence (lcs.go, lcs_test.go)
- Some Youtube videos for background