This repository includes 325+ Javascript solutions to the leetcode problems. Each solution is accompanied by test cases that can be run using Jest.
To utilize this repository, follow these simple steps:
- Node.js installed on your machine
- Yarn package manager
https://github.com/Maneesha24/Leetcode-solutions.git
Navigate into the cloned repository and initialize it using Yarn.
cd Leetcode-solutions
yarn install
To execute all the test cases using Jest, run the following command:
yarn test
Contributions are welcome! If you'd like to add more solutions or improve existing ones, please feel free to fork this repository and submit a pull request.
Happy learning! 🚀