Two Sum
Description:
Solution:
e
Add 2 Nums (linked list)
Description:
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list.
You may assume the two numbers do not contain any leading zero, except the number 0 itself.
Solution:
Description:
Given a string s, find the length of the longest substring without duplicate characters.
Solution:
Longest Palindromic Substring (DP, 2 pointers) - not done
Description:
Given a string s, return the longest palindromic substring in s.
Solution:
e
Reverse Integer
Description:
Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-231, 231 - 1], then return 0.
Assume the environment does not allow you to store 64-bit integers (signed or unsigned).
Solution:
e
e
e
e
e
e
e
e
e
ee
e
e
e