A collection of JavaScript coding exercises and practice problems.
This repository contains my solutions to various JavaScript coding challenges, algorithms, and data structure implementations. It serves as a personal learning resource and a showcase of my JavaScript coding skills.
- JavaScript solutions to common programming problems
- Data structure implementations
- Algorithm challenges
- Coding practice exercises
- JavaScript (ES6+)
- Node.js
-
Clone the repository:
git clone https://github.com/ManthanThakor/CodingPractice2.git
-
Navigate to the project directory:
cd CodingPractice2
-
Run any JavaScript file:
node path/to/file.js
The repository is organized by problem type or source:
CodingPractice2/
├── algorithms/
├── data-structures/
├── exercises/
└── solutions/
Feel free to fork this repository and add your own solutions or improvements. Pull requests are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: ManthanThakor
- Various coding platforms and resources that provided the challenges