Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 549 Bytes

File metadata and controls

10 lines (8 loc) · 549 Bytes

leet-code-solutions

A repository containing my solutions to leetcode questions.

Comments

I sometimes write notes about what I thought about the problem solving process for these questions. I find that writing my internal monologue helps a lot with the consolidating the information in my head. In addition I include things I think I can improve on, impressions on problems, etc.

Questions With Notes

#16 3Sum Closest - Speed Optimization and Notes