You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many ways to solve a problem. This repository is a collection of different ways to solve a problem. The solutions are written in JavaScript. The solutions are not necessarily the best solutions, but they are solutions.
8
+
9
+
## How to use this repository
10
+
11
+
Each problem is in its own folder. Each folder contains a README.md file that describes the problem. The README.md file also contains a link to the solution. The solution is in the solution.js file.
12
+
13
+
## How to contribute
14
+
15
+
If you have a solution to a problem, please submit a pull request. If you have a problem that you would like to see solved, please submit an issue.
16
+
We will be glad if you add your problem and solution to this repository. Get started by forking this repository.
17
+
18
+
1. Fork this repository
19
+
2. Clone your forked repository
20
+
3. Create a new branch
21
+
4. Add your problem and solution
22
+
5. Commit and push your changes
23
+
6. Create a pull request
24
+
25
+
26
+
## How to run the solutions
27
+
28
+
Each solution is written in JavaScript. You can run the solutions in your browser's console or in Node.js or any IDE like **VSCODE**.
29
+
30
+
## Problems Collection
31
+
You will find all the common/beginner level problems in this repository.
0 commit comments