2018年5月30日

LeetCode第[98]题(Java):Validate Binary Search Tree(验证二叉搜索树)

摘要: 题目:验证二叉搜索树 难度:Medium 题目内容: Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subt 阅读全文

posted @ 2018-05-30 17:00 清风吹斜阳 阅读(2236) 评论(1) 推荐(1) 编辑

LeetCode第[91]题(Java):Decode Ways(解码方法数)

摘要: 题目:解码方法数 难度:Medium 题目内容: A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 2 阅读全文

posted @ 2018-05-30 00:08 清风吹斜阳 阅读(1912) 评论(0) 推荐(0) 编辑

导航