- Do not ++ twice!
- Is pointer writeable?
- Is variable initialized?
- Is index within boundary?
Status | Problem | Solution | Difficulty |
---|---|---|---|
✅ | 0001_twoSum | Python Java | Easy |
✅ | 0026_removeDuplicates | C | Easy |
✅ | 0027_removeElement | C | Easy |
✅ | 0035_searchInsert | C | Easy |
✅ | 0053_maxSubArray | C | Easy |
✅ | 0066_plusOne | C | Easy |
✅ | 0088_merge | C | Easy |
✅ | 0118_generate | Python3 | Easy |
Status | Problem | Solution | Difficulty |
---|---|---|---|
✅ | 0014_longestCommonPrefix | Python3 | Easy |
✅ | 0020_isValid | Python3 | Easy |
✅ | 0028_strStr | Python3 | Easy |
✅ | 0038_countAndSay | Python3 | Easy |
✅ | 0058_lengthOfLastWord | C | Easy |
✅ | 0067_addBinary | Python3 | Easy |
✅ | 0125_isPalindrome | C | Easy |
✅ | 0925_isLongPressedName | C | Easy |
Status | Problem | Solution | Difficulty |
---|---|---|---|
✅ | 0002_addTwoNumbers | C | Easy |
✅ | 0021_mergeTwoLists | C | Easy |
✅ | 0024_swapPairs | C | Medium |
✅ | 0206_reverseList | C | Easy |
✅ | 0083_deleteDuplicates | C | Easy |
✅ | 0092_reverseBetween | C | Medium |
✅ | 0160_getIntersectionNode | C | Easy |
✅ | 0203_removeElements.c | C | Easy |
✅ | 0234_isPalindrome | Cxx | Easy |
getIntersectionNode