- 博客(30)
- 问答 (1)
- 收藏
- 关注
原创 EndNoteX7中conference proceeding和conference paper的区别
The conference proceedings reference type is best used for unpublished proceedings.Articles that are published as part of the comprehensive conference proceedings should be entered as conference pap...
2019-08-07 10:25:02
14909
2
原创 求满足条件的路径
一棵二叉树每个结点包含一个整数,请设计一个算法输出所有满足条件的路径,此路径上的所有结点之和等于给定值,注意此类路径不要求必须从根结点开始。
2016-07-31 22:32:32
728
原创 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
原创 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
原创 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
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人