
leetcode
张小张00
这个作者很懒,什么都没留下…
展开
-
371. Sum of Two Integers
leetcode 371原创 2016-07-13 15:54:11 · 249 阅读 · 0 评论 -
122. Best Time to Buy and Sell Stock II
leetcode 122原创 2016-07-20 17:13:03 · 268 阅读 · 0 评论 -
121. Best Time to Buy and Sell Stock
leetcode 121原创 2016-07-20 11:45:13 · 191 阅读 · 0 评论 -
100. Same Tree
leetcode 100原创 2016-07-19 22:59:31 · 198 阅读 · 0 评论 -
238. Product of Array Except Self
leetcode 238原创 2016-07-19 11:56:12 · 262 阅读 · 0 评论 -
237. Delete Node in a Linked List
leetcode 237原创 2016-07-19 11:12:51 · 228 阅读 · 0 评论 -
349. Intersection of Two Arrays
leetcode 349Given two arrays, write a function to compute their intersection.Example:Given nums1 = [1, 2, 2, 1], nums2 = [2, 2], return[2].Note:Each element in the result must be uni原创 2016-07-18 10:45:47 · 192 阅读 · 0 评论 -
283. Move Zeroes
leetcode283原创 2016-07-17 15:43:36 · 224 阅读 · 0 评论 -
260. Single Number III
leetcode 260Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements that appear only once.For exampl原创 2016-07-17 11:34:05 · 216 阅读 · 0 评论 -
104. Maximum Depth of Binary Tree
leetcode 104Question: Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.有两种解题思路,原创 2016-07-14 21:32:13 · 329 阅读 · 0 评论 -
226. Invert Binary Tree
leetcode 226原创 2016-07-14 23:02:36 · 226 阅读 · 0 评论 -
258. Add Digits
leetcode 258原创 2016-07-14 12:02:10 · 229 阅读 · 0 评论 -
136. Single Number
leetoce 136原创 2016-07-13 19:04:49 · 221 阅读 · 0 评论 -
338. Counting Bits
leetcode 338原创 2016-07-13 11:29:55 · 202 阅读 · 0 评论 -
123. Best Time to Buy and Sell Stock III
leetcode 123原创 2016-07-20 20:51:00 · 235 阅读 · 0 评论