Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anubhavsrivastava/leetcodejs
Personal solution for leetcode problem using Javascript
https://github.com/anubhavsrivastava/leetcodejs
competitive-programming javascript leetcode leetcode-javascript leetcode-solutions programming
Last synced: about 2 months ago
JSON representation
Personal solution for leetcode problem using Javascript
- Host: GitHub
- URL: https://github.com/anubhavsrivastava/leetcodejs
- Owner: anubhavsrivastava
- License: mit
- Created: 2018-10-18T16:45:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T17:31:24.000Z (8 months ago)
- Last Synced: 2024-05-02T02:18:11.688Z (8 months ago)
- Topics: competitive-programming, javascript, leetcode, leetcode-javascript, leetcode-solutions, programming
- Language: JavaScript
- Size: 1.54 MB
- Stars: 13
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# leetcodeJS
Personal solution for leetcode problem using Javascript.
[See complete list here](Problems.md)
## Problems by difficulty
[Solved Easy Problems](Easy/README.md)
[Solved Medium Problems](Medium/README.md)
[Solved Hard Problems](Hard/README.md)
## Why?
This is personal attempt for leetcode problems. Over period of time with web development, I felt I was more into that part of CS that involves understanding contracts(RFCs, HTML5, ES, etc) and specifications(WCAG, REST, etc) that revolves around Browser and Web.
The motivation behind this is to get back to some problem solving aspect of CS and also get better command over JS language.## Environment
Chrome/Nodejs (depending on time taken, easy-small problems on browser)
## Problem Organisation
Starting with two params - difficulty and most attempted problems. And subsequently increasing difficulty.
Problems are organised in respective difficulty Folder -easy, medium, hard (As tagged on leetcode.com).
There is also a seperate section as another solution for individual problems for solutions that are different/better/optimised/ideal.## Problems Solutions
Complete list of solved problems in order of Problem number can be seen [here](Problems.md)
## Contribution
Suggestions and PRs are welcome for any algo/documentation improvement!
Please create issue or open PR request for contribution.
---