Maneesha24 / Blind-75-javascript-solutions

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blind 75 Javascript Solutions

This repository includes Javascript solutions to the curated Blind 75 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

git clone https://github.com/Maneesha24/Blind-75-javascript-solutions.git

Initialize the Project

Navigate into the cloned repository and initialize it using Yarn.

cd Blind-75-javascript-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! 🚀

About

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


Languages

Language:JavaScript 100.0%