medium
Given an integer, convert it to a roman numeral.
Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line...
easy
Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.
Implement atoi which converts a string to an integer.
Given a 32-bit signed integer, reverse digits of an integer.
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)