Over the next 3-6 months, I'll be immersed in tackling 150 LeetCode questions. Follow my progress on Twitter @joshduffney, and witness my journey as I document my solutions in this repository.
My Go reading list has been moved to this gist.
Status | Problem | Code | Type | Difficulty |
---|---|---|---|---|
✅ | 217. Contains Duplicate | Go | Array & Hashing | Easy |
🤔 | 242. Valid Anagram | TODO | Array & Hashing | Easy |
Rule: If I cannot solve a problem within 45 minutes, I begin to study solutions to understand how to solve the problem.
Study strategy inspired by neetcode roadmap