|
| 1 | +# LeetCode Problem Solutions in JavaScript |
| 2 | +This repository contains my solutions to various LeetCode problems in JavaScript. |
| 3 | + |
| 4 | +## Getting Started |
| 5 | +To run the code and test the solutions |
| 6 | + |
| 7 | + 1. Download Node.js |
| 8 | + |
| 9 | + |
| 10 | +## Clone the repository to your local machine using |
| 11 | + |
| 12 | + 1. git clone https://github.com/bibhuti9/DSA-leetCode-JavaScript-Solution.git |
| 13 | + |
| 14 | + |
| 15 | +Each problem solution is located in its own file, with the name of the directory matching the LeetCode problem name. Within each directory, you will find the solution code, along with any additional files or notes. |
| 16 | + |
| 17 | +## Contributing |
| 18 | +If you would like to contribute to this repository, please open a pull request with your proposed changes. All contributions are welcome! |
| 19 | + |
| 20 | +## Feel free to add your solution with different languages |
| 21 | + |
| 22 | +License |
| 23 | +This repository is licensed under the **MIT License**. |
0 commit comments