Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

---