題目:
There are two sorted arrays nums1 and nums2 of size m and n respectively.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(52)
題目:
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(18)
題目:
Implement atoi to convert a string to an integer.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(23)
題目:
Determine whether an integer is a palindrome.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(37)
題目:
Given a 32-bit signed integer, reverse digits of an integer.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(482)
題目:
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(22)
題目(連結):
Cryptanalysis is the process of breaking someone else’s cryptographic writing. This sometimes involves some kind of statistical analysis of a passage of (encrypted) text. Your task is to write a program which performs a simple analysis of a given text.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(4,294)
題目:
Given an array and a value, remove all instances of that value in-place and return the new length.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(78)
題目:
Given a sorted array, remove the duplicates in-place such that each element appear only once and return the new length.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(9)
題目:
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.
Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣(9)