Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 4.63 KB

README.md

File metadata and controls

41 lines (38 loc) · 4.63 KB

My leetcode solutions

Language: javascript python python3 c++ c
Last updated: 2017-08-06

The source code is fetched using the tool leetcode-spider.

# Problems Solutions Difficulty Acceptance Paid-Only
001 two-sum python Easy 34.13%
002 add-two-numbers c Medium 27.64%
003 longest-substring-without-repeating-characters javascript Medium 24.27%
005 longest-palindromic-substring c++ Medium 25.17%
006 zigzag-conversion c++ Medium 26.73%
007 reverse-integer c Easy 24.32%
008 string-to-integer-atoi c++ Medium 13.96%
009 palindrome-number python Easy 35.20%
011 container-with-most-water c++ Medium 36.54%
013 roman-to-integer python Easy 45.52%
014 longest-common-prefix c++ Easy 31.44%
015 3sum c++ Medium 21.59%
017 letter-combinations-of-a-phone-number c++ Medium 34.36%
019 remove-nth-node-from-end-of-list c Medium 33.34%
026 remove-duplicates-from-sorted-array c Easy 35.50%
027 remove-element c++ Easy 38.84%
028 implement-strstr c++ Easy 27.97%
035 search-insert-position c Easy 39.66%
056 merge-intervals javascript Medium 29.89%
061 rotate-list c Medium 24.34%