A collection of coding challenges with solutions written in Go. Some of these challenges have a correct answer, which will be included in the readme, but don't peek at the answer or the source code until you've given it an honest try!
Challenge Name | Solution Type | Source |
---|---|---|
Multiples of 3 and 5 | Numeric | Project Euler |
Even Fibonacci Numbers | Numeric | Project Euler |
Largest Prime Factor | Numeric | Project Euler |
Largest Palindrome Product | Numeric | Project Euler |
Smallest Multiple | Numeric | Project Euler |
Sum Square Difference | Numeric | Project Euler |
Reverse Integer | Algorithmic | LeetCode |
Challenge Name | Solution Type | Source |
---|---|---|
Runtime Encode | Algorithmic | Coding Interview |
Three Sum | Algorithmic | LeetCode |
Longest Non-repeating Substring | Algorithmic | LeetCode |
MIT by Jason Maurer