/Neetcode-150-solutions

This repository includes Javascript solutions to the curated Neetcode 150 list. Each solution is accompanied by test cases that can be run using Jest.

Primary LanguageJavaScript

Neetcode 150 Javascript Solutions

This repository includes Javascript solutions to the curated Neetcode 150 list. Each solution is accompanied by test cases that can be run using Jest.

Getting Started

To utilize this repository, follow these simple steps:

Prerequisites

  • Node.js installed on your machine
  • Yarn package manager

Clone the Repository

https://github.com/Maneesha24/Neetcode-150-solutions.git

Initialize the Project

Navigate into the cloned repository and initialize it using Yarn.

cd Neetcode-150-solutions
yarn install

Run Tests

To execute all the test cases using Jest, run the following command:

yarn test

Contributing

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! 🚀