上一页 1 ··· 6 7 8 9 10
摘要: 56. Two SumDescriptionTwo SumGiven an array of integers, find two numbers such that they add up to a specific target number.The f... 阅读全文
posted @ 2019-01-07 21:32 siriusli 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 64. Merge Sorted ArrayDescriptionGiven two sorted integer arrays A and B, merge B into A as one sorted array.ExampleA = [1, 2, 3,... 阅读全文
posted @ 2019-01-07 21:20 siriusli 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 100. Remove Duplicates from Sorted ArrayDescriptionGiven a sorted array, remove the duplicates in place such that each element ap... 阅读全文
posted @ 2019-01-07 21:00 siriusli 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 138. Subarray SumDescriptionGiven an integer array, find a subarray where the sum of numbers is zero. Your code should return the... 阅读全文
posted @ 2019-01-07 20:47 siriusli 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 172. Remove ElementDescriptionGiven an array and a value, remove all occurrences of that value in place and return the new length... 阅读全文
posted @ 2019-01-07 20:35 siriusli 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1. 158. Valid AnagramDescriptionWrite a method anagram(s,t) to decide if two strings are anagrams or not.Have you met this questi... 阅读全文
posted @ 2019-01-04 23:56 siriusli 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Easy Related Topic: Math Problem Given a string S that only contains “I” (increase) or “D” (decrease), let N = S.length. Return any permutation A of [ 阅读全文
posted @ 2018-12-13 22:12 siriusli 阅读(133) 评论(0) 推荐(0) 编辑
摘要: EasyRelated Topic: GreedyProblem:We are given an array A of N lowercase letter strings, all of the same length.Now, we may choose... 阅读全文
posted @ 2018-12-13 21:55 siriusli 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Related Topic:StringInternational Morse Code defines a standard encoding where each letter is mapped to a series of dots and dash... 阅读全文
posted @ 2018-12-13 21:07 siriusli 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 在 OS X 系统上, 先安装 homebrew后执行 brew install python, 再在终端输入:$ pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-p... 阅读全文
posted @ 2017-09-13 17:01 siriusli 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10