摘要:
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is symmet 阅读全文
posted @ 2017-10-30 18:51
爱简单的Paul
阅读(165)
评论(0)
推荐(0)
摘要:
Given an array with n integers, your task is to check if it could become non-decreasing by modifying at most 1 element. We define an array is non-decr 阅读全文
posted @ 2017-10-30 17:44
爱简单的Paul
阅读(199)
评论(0)
推荐(0)