Skip to content

Tracking progress and solutions for leetcode algos πŸ„β€β™‚οΈπŸ„β€β™‚οΈ

Notifications You must be signed in to change notification settings

dunleavyjack/Leetcode-Progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Leetcode Progress

Just tracking personal progress for LeetCode πŸ„β€β™‚οΈπŸ„β€β™‚οΈ.

Mostly in TypeScript, but also Kotlin, Go, Java, and a few others for fun.

My Leetcode Account :)


Generator Script for Organizing Solutions

To make life easier, I wrote a shell script that generates everything I need when I add a new solution. It creates:

  • A folder for the problem
  • A .ts file for the code
  • A .md file for a solution explanation and tips for future me

The command is:

npm run question <QuestionNumber> <QuestionName>

So, for example, I just write:

npm run question 1 TwoSum

About

Tracking progress and solutions for leetcode algos πŸ„β€β™‚οΈπŸ„β€β™‚οΈ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published