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

https://github.com/vasanthk/leetcode

Solutions of LeetCode Online Judge With Javascript
https://github.com/vasanthk/leetcode

Last synced: 11 months ago
JSON representation

Solutions of LeetCode Online Judge With Javascript

Awesome Lists containing this project

README

          

### Leetcode problem solved with javascript

* Use Node.js(v0.12.0+) to describe
* MacVim as developer tools

### Problem solved list

* 1. Two Sum (https://leetcode.com/problems/two-sum/)
* 3. Longest Substring Without Repeating Characters (https://leetcode.com/problems/longest-substring-without-repeating-characters/)
* 7. Reverse Integer (https://leetcode.com/problems/reverse-integer/)
* 8. String to Integer (atoi) (https://leetcode.com/problems/string-to-integer-atoi/)
* 9. Palindrome Number (https://leetcode.com/problems/palindrome-number/)
* 12. Integer to roman (https://leetcode.com/problems/integer-to-roman/)
* 13. Roman to Integer (https://leetcode.com/problems/roman-to-integer/)
* 14. LCP: longest common prefix (https://leetcode.com/problems/longest-common-prefix/)
* 17. Letter Combinations of a Phone Number (https://leetcode.com/problems/letter-combinations-of-a-phone-number/)
* 20. Valid Parentheses (https://leetcode.com/problems/valid-parentheses/)
* 22. Generate Parentheses (https://leetcode.com/problems/generate-parentheses/)
* 26. Remove Duplicates from Sorted Array (https://leetcode.com/problems/remove-duplicates-from-sorted-array/)
* 27. Remove Element (https://leetcode.com/problems/remove-element/)
* 144.Binary Tree Preorder Traversal (https://leetcode.com/problems/binary-tree-preorder-traversal/)
* 145.Binary Tree Postorder Traversal (https://leetcode.com/problems/binary-tree-postorder-traversal/)

### Node.js style standard

* Code should follow Node.js style standard(https://github.com/felixge/node-style-guide)

### Issues report

* If you find any problem, welcome to report a issue