2016年4月21日
摘要: 9. Palindrome Number Total Accepted: 119423 Total Submissions: 378311 Difficulty: Easy Determine whether an integer is a palindrome. Do this without e 阅读全文
posted @ 2016-04-21 20:21 ArcherCheng 阅读(152) 评论(0) 推荐(0) 编辑
  2016年4月19日
摘要: 9. Palindrome Number Total Accepted: 119423 Total Submissions: 378311 Difficulty: Easy Determine whether an integer is a palindrome. Do this without e 阅读全文
posted @ 2016-04-19 19:56 ArcherCheng 阅读(139) 评论(0) 推荐(0) 编辑
  2016年1月15日
摘要: 5. Longest Palindromic SubstringMy SubmissionsQuestionTotal Accepted:87802Total Submissions:399054Difficulty:MediumGiven a stringS, find the longest p... 阅读全文
posted @ 2016-01-15 17:59 ArcherCheng 阅读(171) 评论(0) 推荐(0) 编辑
  2015年12月13日
摘要: Median of Two Sorted ArraysMy SubmissionsQuestionTotal Accepted:75699Total Submissions:428881Difficulty:HardThere are two sorted arraysnums1andnums2of... 阅读全文
posted @ 2015-12-13 22:03 ArcherCheng 阅读(133) 评论(0) 推荐(0) 编辑
  2015年12月9日
摘要: Longest Substring Without Repeating CharactersMy SubmissionsQuestionTotal Accepted:111400Total Submissions:532861Difficulty:MediumGiven a string, find... 阅读全文
posted @ 2015-12-09 22:55 ArcherCheng 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Add Two NumbersMy SubmissionsQuestionTotal Accepted:105768Total Submissions:494750Difficulty:MediumYou are given two linked lists representing two non... 阅读全文
posted @ 2015-12-09 00:27 ArcherCheng 阅读(241) 评论(0) 推荐(0) 编辑
  2015年12月8日
摘要: Two SumGiven an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the... 阅读全文
posted @ 2015-12-08 00:03 ArcherCheng 阅读(123) 评论(0) 推荐(0) 编辑
  2015年10月15日
摘要: Prime PalindromesThe number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as b... 阅读全文
posted @ 2015-10-15 22:48 ArcherCheng 阅读(148) 评论(0) 推荐(0) 编辑
  2015年9月11日
摘要: Number TrianglesConsider the number triangle shown below. Write a program that calculates the highest sum of numbers that can be passed on a route tha... 阅读全文
posted @ 2015-09-11 14:47 ArcherCheng 阅读(135) 评论(0) 推荐(0) 编辑
  2015年9月10日
摘要: Mother's MilkFarmer John has three milking buckets of capacity A, B, and C liters. Each of the numbers A, B, and C is an integer from 1 through 20, in... 阅读全文
posted @ 2015-09-10 01:03 ArcherCheng 阅读(180) 评论(0) 推荐(0) 编辑