/LeetCode

My solutions to LeetCode Problems as part of my journey on getting back into coding - synced automatically by LeetHub.

Primary LanguageJavaScript

LeetCode

This is a collection of my solution to LeetCode problems as part of my journey on getting back into programming after ~1 year hiatus as part of a career break. My LeetCode profile can be checked out here.

It's automatically curated from LeetCode by using the chrome extension LeetHub -- check out their repo, it's awesome!

Study Plan

The problems I've been working on are part of LeetCode Study Plan. I've completed the LeetCode 75 Level 1 & Level 2 problems, and now I'm currently working on the Algorithm 1 problems.

About my solutions

For now I try to aim on just getting an accepted submissions on LeetCode -- and just when I feel like it I'll try to optimize it as best as I can. My solutions are not the best (better solutions are available on LeetCode Discussions forum). When the time is right (i.e. I feel like it), I'll try to revisit my solutions in the future for optimizations.

The problem-solving approach I've applied to each problem should be mostly written on the source code itself as comments (first few lines). But if anyone has any question or up to any discussion -- feel free to send me a message.

Daily Notes

There is also an accompanying daily notes (consisting of references I used when working on a solution, especially on reviewing Javascript API). It's available here.