摘要: 66. Plus One 1. 题目 Given a non empty array of digits representing a non negative integer, plus one to the integer. The digits are stored such that the 阅读全文
posted @ 2019-08-02 09:02 bush2582 阅读(101) 评论(0) 推荐(0)
摘要: 43. Multiply Strings 1 题目 Given two non negative integers and represented as strings, return the product of and , also represented as a string. Exampl 阅读全文
posted @ 2019-08-02 09:02 bush2582 阅读(69) 评论(0) 推荐(0)
摘要: 100. Same Tree 1 题目 1. Given two binary trees, write a function to check if they are the same or not. Two binary trees are considered the same if they 阅读全文
posted @ 2019-08-02 09:01 bush2582 阅读(104) 评论(0) 推荐(0)