Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunkdot/leetcode-js
This repo contains solutions to various LeetCode problems I've tackled over time, implemented in JavaScript. Each problem's solution is organized by difficulty.
https://github.com/arjunkdot/leetcode-js
alogrithms dp dsa greedy-algorithms javascript leetcode twopointers
Last synced: 4 days ago
JSON representation
This repo contains solutions to various LeetCode problems I've tackled over time, implemented in JavaScript. Each problem's solution is organized by difficulty.
- Host: GitHub
- URL: https://github.com/arjunkdot/leetcode-js
- Owner: arjunkdot
- Created: 2024-09-29T10:19:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T07:28:09.000Z (6 days ago)
- Last Synced: 2024-11-13T08:25:48.053Z (6 days ago)
- Topics: alogrithms, dp, dsa, greedy-algorithms, javascript, leetcode, twopointers
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions in JavaScript
This repo contains solutions to various LeetCode problems I've tackled over time, implemented in JavaScript. Each problem's solution is organized by difficulty.
Feel free to ask if you need any more help!
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Problems Solved](https://github.com/arjunkdot/leetcode-js/)
- [Easy](https://github.com/arjunkdot/leetcode-js/tree/main/easy/)
- [Medium](https://github.com/arjunkdot/leetcode-js/tree/main/medium/)
- [Hard](https://github.com/arjunkdot/leetcode-js/tree/main/hard/)
- [License](#license)## Installation
1. Clone the repository:
```bash
git clone https://github.com/arjunkdot/leetcode-js.git
```## Usage
You can run the JavaScript files using Node.js. For example:
```bash
node medium/01-container-with-most-water/solution.js
```## License
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.