112. Path Sum-路径总和
Given a binary tree and a sum, determine if the tree ha... » 阅读全文
Given a binary tree and a sum, determine if the tree ha... » 阅读全文
Given a binary tree, find its minimum depth. The minimu... » 阅读全文
Given a binary tree, determine if it is height-balanced... » 阅读全文
Given an array where elements are sorted in ascending o... » 阅读全文
Given a binary tree, return the bottom-up level order t... » 阅读全文
Given the root of a binary tree, return its maximum dep... » 阅读全文
给定一个二叉树,检查它是否是镜像对称的。 例如,二叉树 [1,2,2,3,4,4,3] 是对称的。 但是下面这... » 阅读全文
给定两个二叉树,编写一个函数来检验它们是否相同。 如果两个树在结构上相同,并且节点具有相同的值,则认为它们是相... » 阅读全文
Given two sorted integer arrays nums1 and nums2, merge ... » 阅读全文
Given the head of a sorted linked list, delete all dupl... » 阅读全文