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

https://github.com/EasyHard/leetcodejs

practices of leetcode, majorly javascript
https://github.com/EasyHard/leetcodejs

Last synced: 2 days ago
JSON representation

practices of leetcode, majorly javascript

Awesome Lists containing this project

README

          

Overview
--------
In this repo I use JavaScript to solve algorithm challenges in Leetcode, and try to write nice implement. Feel free to raise any question or point out parts I am not doing well in `issue`. There is also a [blog article](http://easyhard.github.io/2015/09/07/leetcodejs/) for this.

TODO
-------
* unshift() causes GC problem
* implement of {}, \[\[h,k\]\] and \[\]\[\]
* implement of []
* implement of Set and Map
* review sovled problems.
* Wildcard Matching
* Sudoku Solver