摘要:
js <script type="text/javascript"> window.cnblogsConfig = { GhVersions : 'v1.2.3', // 版本 blogUser : "Steve Yu's blog", // 用户名 homeBannerText: "喜欢阳光、午后 阅读全文
摘要:
用一个right记录正确与否,long int保存最小值,进行一轮中序遍历,每次比较pre和当前值,如果小于当前值,更新pre,否则,将right置为错误即可 /** * Definition for a binary tree node. * struct TreeNode { * int val 阅读全文