A comprehensive collection of JavaScript solutions to common coding interview problems and algorithmic challenges.
This repository contains solutions to various programming problems, including:
- Array and String manipulation
- Binary Trees and BST operations
- Dynamic Programming challenges
- Graph algorithms
- Linked List problems
- Mathematical problems
- And many more!
Hazrat Ali
Software Engineering
This project is licensed under the MIT License - see the LICENCE file for details.
Each file contains a self-contained solution to a specific problem. You can run individual files using Node.js:
node two-sum.js
node power_of_two.jsFeel free to contribute by adding new solutions or improving existing ones!