摘要: 题目描述:Given two stringssandt, write a function to determine iftis an anagram ofs.For example,s= "anagram",t= "nagaram", return true.s= "rat",t= "car", ... 阅读全文
posted @ 2015-12-23 23:25 scottwang 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 题目描述: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 identic... 阅读全文
posted @ 2015-12-23 15:01 scottwang 阅读(172) 评论(0) 推荐(0) 编辑