摘要: Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only 阅读全文
posted @ 2019-09-25 20:31 xuan_abc 阅读(116) 评论(0) 推荐(0)
摘要: Remove all elements from a linked list of integers that have value val. Example: 阅读全文
posted @ 2019-09-25 11:32 xuan_abc 阅读(96) 评论(0) 推荐(0)
摘要: Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as: a binary tree in which the dep 阅读全文
posted @ 2019-09-25 11:27 xuan_abc 阅读(127) 评论(0) 推荐(0)