Skip to content

Commit cb8359f

Browse files
authored
Update README.md
1 parent dd35298 commit cb8359f

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
# DSA-leetCode-JavaScript-Solution
1+
# LeetCode Problem Solutions in JavaScript
2+
This repository contains my solutions to various LeetCode problems in JavaScript.
23

3-
If you're interested in contributing to a GitHub repository for LeetCode solutions, there are several ways you can get involved. Contributing to an open source project can be a great way to develop your coding skills, build your portfolio, and collaborate with other developers.
4+
## Getting Started
5+
To run the code and test the solutions
6+
7+
1. Download Node.js
48

5-
First, you'll need to find a LeetCode repository on GitHub that is open for contributions. Once you've identified a repository that interests you, take some time to read through the existing code and understand the project's structure.
69

7-
Next, you can start contributing to the repository by submitting pull requests with your code changes. Before you make any changes, it's a good idea to create a fork of the repository and make your changes in a separate branch. This will make it easier for the repository owner to review your changes and merge them into the main codebase.
10+
## Clone the repository to your local machine using
811

9-
When submitting a pull request, be sure to include a clear description of the changes you've made and why they are valuable. It's also a good idea to run any tests or linters included in the repository to ensure that your code meets the project's standards.
12+
1. git clone https://github.com/bibhuti9/DSA-leetCode-JavaScript-Solution.git
13+
1014

11-
Finally, be open to feedback and collaboration from other contributors. The LeetCode community on GitHub is a great place to connect with other developers and learn from their expertise. By working together, you can help to build a high-quality repository of LeetCode solutions that benefits the entire community.
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)