困難度:Easy 題目: 簡單來說呢!就是將兩個列表合併為一個排序列表。 You are given the heads of two sorted linked lists list1 and list2.
read more困難度:Easy 題目: 簡單來說呢!就是將兩個列表合併為一個排序列表。 You are given the heads of two sorted linked lists list1 and list2.
read more困難度:Easy 題目: 如果字串中有相同類型的括號,就判斷為true,沒有則判斷為false。 Given a string s containing just the characters ' ( ‘, ' ) ‘, ' { ‘, ' } ‘, ' [ ' and ' ] ‘, determine if the input string is valid.
read more困難度:Easy 題目: 在一系列字串中,找出相同的前綴字,如都沒有,則打印空字串。 Write a function to find the longest common prefix string amongst an array of strings.
read more困難度:Easy 題目: x為整數,如果x前後都是一的數字就為Ture,反之為False。 Given an integer x, return true if x is palindrome integer.
read more困難度:Easy 題目: 羅馬字轉換阿拉伯數字。 Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.
read more困難度:Easy 題目: 簡單來說呢!就是將數字位置反轉。 Given a signed 32-bit integer x, return x with its digits reversed.
read more