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
- Host: GitHub
- URL: https://github.com/vasanthk/leetcode
- Owner: vasanthk
- License: bsd-2-clause
- Created: 2015-09-09T05:51:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T16:37:44.000Z (almost 11 years ago)
- Last Synced: 2025-02-28T03:24:58.519Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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