/leetcodejs

practices of leetcode, majorly javascript

Primary LanguageJavaScript

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 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