目前分類:easy (5)

瀏覽方式: 標題列表 簡短摘要

 69Sqrt(x)

Implement int sqrt(int x).

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) 人氣()

13Roman to Integer

Given a roman numeral, convert it to an integer.

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