Skip to content

Solutions to common interview coding questions written in Go

License

Notifications You must be signed in to change notification settings

chrisjob1021/GoCodingProblems

Repository files navigation

GoCodingProblems

Acknowledgements

  • This repository is inspired by @mission-peace. Much credit to him in helping me understand the algorithms and approaches to nearly all of these problems. In many cases, these are Go implementations of his Java solutions. I would highly encourage you to check out his YouTube, GitHub, and/or Facebook.

Problems

Problem Type
Coin Change Dynamic Programming
Coin Change II Dynamic Programming
Concatenated Words Dynamic Programming
Longest Common Subsequence Dynamic Programming
Longest Common Substring Dynamic Programming
Longest Palindromic Subsequence Dynamic Programming
Longest Palindromic Substring Manacher's Algorithm
Partition Equal Subset Sum Dynamic Programming
Sorting Sorting Algorithms
Word Break Dynamic Programming
Word Break II Memoization + DFS

About

Solutions to common interview coding questions written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages