分类:C++
Implement pow(x, n). Example 1: Input: 2.00000, 10 Outp […]
Implement strStr(). Returns the index of the first occu […]
Implement atoi to convert a string to an integer. Hint: […]
Reverse digits of an integer. Example1: x = 123, return […]
Given an array S of n integers, are there elements a, b […]
Given an array S of n integers, find three integers in […]
Given an array S of n integers, are there elements a, b […]
Given an array of integers, return indices of the two n […]
Given an integer, convert it to a roman numeral. Input […]
Reverse bits of a given 32 bits unsigned integer. For e […]
Given an array containing n distinct numbers taken from […]