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
- Host: GitHub
- URL: https://github.com/EasyHard/leetcodejs
- Owner: EasyHard
- Created: 2015-08-14T17:04:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T20:21:38.000Z (about 10 years ago)
- Last Synced: 2024-05-16T04:41:09.898Z (over 1 year ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- Awesome-JavaScript-Interviews - github.com/EasyHard/leetcodejs
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