TongTong Shi's Blog
A Playground to Share My Knowledge
Power of Two Power of Two
LeetCode Q 231 - Power of TwoGiven an integer, write a function to determine if it is a power of two. Example 1: Input:
2019-04-10 Tong Shi
Basic Calculator II Basic Calculator II
LeetCode Q 227 - Basic Calculator IIImplement a basic calculator to evaluate a simple expression string. The expression
2019-04-10 Tong Shi
Basic Calculator Basic Calculator
LeetCode Q 224 - Basic CalculatorImplement a basic calculator to evaluate a simple expression string. The expression str
2019-04-10 Tong Shi
Excel Sheet Column Number Excel Sheet Column Number
LeetCode Q 171 - Excel Sheet Column NumberGiven a column title as appear in an Excel sheet, return its corresponding col
2019-04-09 Tong Shi
Excel Sheet Column Title Excel Sheet Column Title
LeetCode Q 168 - Excel Sheet Column TitleGiven a positive integer, return its corresponding column title as appear in an
2019-04-09 Tong Shi
Factorial Trailing Zeroes Factorial Trailing Zeroes
LeetCode Q 172 - Factorial Trailing ZeroesGiven an integer n, return the number of trailing zeroes in n!. Example 1: Inp
2019-04-09 Tong Shi
75 / 79