Fork me on GitHub
摘要: /** * * @author gentleKay * Given a binary tree * Populate each next pointer to point to its next right node. If there is no next right node, the next 阅读全文
posted @ 2019-07-26 15:21 gentleKay 阅读(175) 评论(0) 推荐(0) 编辑
摘要: /** * * @author gentleKay * Given a roman numeral, convert it to an integer. * Input is guaranteed to be within the range from 1 to 3999. * * 给定一个罗马数字 阅读全文
posted @ 2019-07-26 15:12 gentleKay 阅读(128) 评论(0) 推荐(0) 编辑
摘要: /** * * @author gentleKay * Given two binary trees, write a function to check if they are equal or not. * Two binary trees are considered equal if the 阅读全文
posted @ 2019-07-26 15:09 gentleKay 阅读(121) 评论(0) 推荐(0) 编辑