摘要: 487. Name Deduplication Given a list of names, remove the duplicate names. Two name will be treated as the same name if they are equal ignore the case 阅读全文
posted @ 2019-04-09 16:43 IreneZh 阅读(142) 评论(0) 推荐(0)
摘要: 155. Minimum Depth of Binary Tree Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from t 阅读全文
posted @ 2019-04-09 11:58 IreneZh 阅读(159) 评论(0) 推荐(0)
摘要: 470. Tweaked Identical Binary Tree Check two given binary trees are identical or not. Assuming any number of tweaksare allowed. A tweak is defined as 阅读全文
posted @ 2019-04-09 11:05 IreneZh 阅读(160) 评论(0) 推荐(0)