Skip to content

Commit 982540e

Browse files
authored
Create README.md
1 parent d2f6675 commit 982540e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

Comments
 (0)