/LeetCode-solved-js

All my solutions of Leetcode in Javascript

Primary LanguageJavaScript

Logo

LeetCode Solutions

Here, I will share my personal solutions to various LeetCode challenges. These solutions are my own and may not always be the most efficient. From time to time, I might revisit and improve them if I believe there's a better approach.

Run Locally

Clone the project

  git clone https://github.com/snoxlax/LeetCode-solved-js

Go to the project directory

  cd LeetCode-solved-js

Run the solution by name using node.js

  node solutionName.js

License

MIT