Skip to content

enkr1/leetcode_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06ca52f Β· Jun 20, 2023
May 4, 2023
May 25, 2023
Jun 15, 2023
Jun 18, 2023
May 20, 2023
Jun 1, 2023
Jun 10, 2023
Jun 3, 2023
Jun 13, 2023
Jun 13, 2023
May 27, 2023
May 27, 2023
May 16, 2023
Jun 5, 2023
May 22, 2023
May 24, 2023
Jun 16, 2023
Jun 3, 2023
May 27, 2023
May 21, 2023
Jun 9, 2023
May 21, 2023
Jun 4, 2023
May 20, 2023
May 4, 2023
May 31, 2023
May 29, 2023
May 27, 2023
Jun 6, 2023
May 25, 2023
May 18, 2023
May 20, 2023
May 15, 2023
May 25, 2023
May 20, 2023
May 28, 2023
May 21, 2023
Jun 2, 2023
Jun 3, 2023
May 8, 2023
May 24, 2023
May 21, 2023
May 21, 2023
Jun 2, 2023
May 17, 2023
May 10, 2023
Jun 10, 2023
May 30, 2023
Jun 6, 2023
Jun 20, 2023
May 29, 2023
May 7, 2023
May 21, 2023
Jun 16, 2023
Jun 19, 2023
Jun 4, 2023
Jun 4, 2023
Jun 2, 2023
May 14, 2023
Jun 10, 2023
Jun 1, 2023
Jun 3, 2023
May 28, 2023
Jun 14, 2023
Jun 4, 2023
Jun 4, 2023
Jun 4, 2023
Jun 20, 2023
Jun 13, 2023
Jun 13, 2023
Jun 17, 2023

Repository files navigation

Leetcode Solutions

wakatime

My LeetCode stats

Notion Database - all of my notes on the problems

I prefer to initially code using Google Docs as my primary platform, unless it's a new topic that necessitates debugging in a terminal or if I encounter challenges that prevent me from completing the task within the allotted time. (30m)


Problems:


solution.js - The solution I submitted

my_solution.js - My attemp with logs and comments

o_solution.js - Online/others' solutions


Commands for myself

Elixir

To run the Elixir solution:

iex ./.../solution.ex

Batch create:

chapter=997 && mkdir ./$chapter && touch ./$chapter/my_solution.ex && touch ./$chapter/solution.ex && alias x="iex ./$chapter/my_solution.ex"

then you can use x for quick debug.


JavaScript

To run the JS solution:

node ./.../solution.js

Batch create:

chapter=48 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"

then you can use x for quick debug.


Author: Jing Hui PANG - LinkedIn | Email | GitHub | LeetCode | WakaTime

About

All of my LeetCode solutions. I am challenging myself to complete at least one question a day! 🎯

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published