69Sqrt(x)

Implement int sqrt(int x).

angledark0123 發表在 痞客邦 留言(0) 人氣()

17Letter Combinations of a Phone Number

Given a digit string, return all possible letter combinations that the number could represent.

angledark0123 發表在 痞客邦 留言(0) 人氣()

88Merge Sorted Array

Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.

angledark0123 發表在 痞客邦 留言(0) 人氣()

 234Palindrome Linked List

Given a singly linked list, determine if it is a palindrome.

angledark0123 發表在 痞客邦 留言(0) 人氣()

283Move Zeroes  

Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.

angledark0123 發表在 痞客邦 留言(0) 人氣()

92Reverse Linked List II

Reverse a linked list from position m to n. Do it in-place and in one-pass.

angledark0123 發表在 痞客邦 留言(0) 人氣()

13Roman to Integer

Given a roman numeral, convert it to an integer.

angledark0123 發表在 痞客邦 留言(0) 人氣()

173Binary Search Tree Iterator

 

angledark0123 發表在 痞客邦 留言(0) 人氣()

 29Divide Two Integers

Divide two integers without using multiplication, division and mod operator.

angledark0123 發表在 痞客邦 留言(0) 人氣()

33Search in Rotated Sorted Array

Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.

angledark0123 發表在 痞客邦 留言(0) 人氣()