Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.09 KB

File metadata and controls

18 lines (11 loc) · 1.09 KB

A Gopher's Guide to the Coding Interview

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.

Coding (Data Structures and Algorithms) Interview

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

System Design Interview