Skip to content

jsonmaur/challenges

Repository files navigation

Challenges

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!

Jerry Salute

Difficulty: Easy

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

Difficulty: Medium

Challenge Name Solution Type Source
Runtime Encode Algorithmic Coding Interview
Three Sum Algorithmic LeetCode
Longest Non-repeating Substring Algorithmic LeetCode

Resources

License

MIT by Jason Maurer

About

A collection of coding challenges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages