Skip to content

enkr1/leetcode_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1930127 Β· Sep 15, 2024
May 4, 2023
Jun 25, 2023
Jul 9, 2023
Jun 25, 2023
Jun 24, 2023
Jun 22, 2023
Jun 25, 2023
Jul 2, 2023
May 25, 2023
Jun 15, 2023
Jun 18, 2023
Jul 9, 2023
May 20, 2023
Jun 30, 2023
Jun 1, 2023
Jun 10, 2023
Jun 3, 2023
Jun 21, 2023
Jun 13, 2023
Jun 13, 2023
May 27, 2023
May 27, 2023
Jul 3, 2023
Jul 8, 2023
Jun 21, 2023
Jul 9, 2023
May 16, 2023
Jul 4, 2023
Jun 5, 2023
May 22, 2023
May 24, 2023
Jun 16, 2023
Jun 21, 2023
Jul 10, 2023
Jun 20, 2023
Jul 8, 2023
Jul 9, 2023
Jul 1, 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
Jun 29, 2023
Jun 20, 2023
May 25, 2023
Jun 28, 2023
Jul 1, 2023
May 18, 2023
May 20, 2023
May 15, 2023
Jul 9, 2023
Jun 25, 2023
May 25, 2023
Jun 28, 2023
Jun 27, 2023
Jul 10, 2023
Jun 20, 2023
May 20, 2023
Jul 11, 2023
May 28, 2023
Jun 21, 2023
May 21, 2023
Jun 2, 2023
Jul 7, 2023
Jun 3, 2023
Jul 1, 2023
May 8, 2023
May 24, 2023
Jul 5, 2023
May 21, 2023
Jul 4, 2023
May 21, 2023
Jun 2, 2023
Jun 21, 2023
Jul 7, 2023
Jul 13, 2023
May 10, 2023
Jun 21, 2023
Jun 10, 2023
May 30, 2023
Jun 6, 2023
Jul 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 25, 2023
Jul 4, 2023
Jul 8, 2023
Jun 2, 2023
May 14, 2023
Jun 22, 2023
Jul 9, 2023
Jun 10, 2023
Jul 11, 2023
Jul 13, 2023
Jun 1, 2023
Jun 3, 2023
Jul 1, 2023
May 28, 2023
Jun 21, 2023
Jun 21, 2023
Jun 14, 2023
Sep 15, 2024
Jun 27, 2023
Jun 4, 2023
Sep 15, 2024
Jul 8, 2023
Jun 4, 2023
Jul 16, 2023
Sep 15, 2024
Sep 15, 2024
Jun 13, 2023
Jun 13, 2023
Sep 15, 2024

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:


Table of Contents


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=1572 && 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=947 && 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