題號題目類別題解
1Two SumHash TableHash Table
2Add Two numbersLinked ListRecursion
201Bitwise AND of Numbers RangeBitwise OperationLowbit = x&(~x+1)
204Count PrimesMath ThetoryThe Sieve of Eratosthenes
408Valid Word AbbreviationTwo Pointers字串轉數字