摘要: LeetCode182:Duplicate Emails Write a SQL query to find all duplicate emails in a table named Person. For example, your query should return the followi 阅读全文
posted @ 2016-09-08 19:12 随行随念 阅读(202) 评论(0) 推荐(0) 编辑
摘要: LeetCode100:Same TreeGiven two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are stru... 阅读全文
posted @ 2015-04-04 11:46 随行随念 阅读(162) 评论(0) 推荐(0) 编辑
摘要: LeetCode104:Maximum Depth of Binary TreeGiven a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path fr... 阅读全文
posted @ 2015-04-04 10:37 随行随念 阅读(119) 评论(0) 推荐(0) 编辑