This repository contains JavaScript solutions to various algorithm problems from different platforms. These solutions are meant to enhance understanding of algorithms, prepare for job interviews, and serve as a reference.
The actual problem descriptions are not included to respect the original sources. To fully engage with each problem, including the descriptions, constraints, and examples, please refer to the respective platforms where these problems are originally posted. Each solution file contains a URL to the original platform for your reference.
To run the solutions, you'll need to have Node.js installed. Follow these steps:
-
Clone this repository:
git clone https://github.com/ParsMaioris/AlgoStudyGuide.git
-
Navigate to the repository directory:
cd AlgoStudyGuide
-
Run a specific solution file:
node 001_TwoSum.js
This project is licensed under the MIT License. See the LICENSE file for details.