摘要: Problem: Given two strings s and t, write a function to determine if t is an anagram of s. For example,s = "anagram", t = "nagaram", return true.s = " 阅读全文
posted @ 2016-05-29 20:45 liu_ty10 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Problem: Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally id 阅读全文
posted @ 2016-05-29 20:21 liu_ty10 阅读(82) 评论(0) 推荐(0) 编辑