/go-challenges

Challenges of coding and algorithmic problems solved with Go

Primary LanguageGoMIT LicenseMIT

About

In this repository, I'll be archiving my solutions to various coding and algorithmic problems.

Easy problems

  1. First Unique Character in a String: My solution here

  2. Minimum Common Value: My solution here

  3. Palindrome Number: My solution here

  4. Find the Pivot Integer: My solution here

  5. Palindrome Linked List: My solution here

  6. Island Perimeter: My solution here

Medium problems

  1. Integer to Roman: My solution here

  2. Merge In Between Linked Lists: My solution here

  3. Find the Duplicate Number: My solution here

  4. Subarray Product Less Than K: My solution here

Hard problems

  1. First Missing Positive: My solution here