原文链接: https://leetcode-cn.com/problems/number-of-islands
英文原文Given an m x n 2D binary grid grid which represents a map
标签详情
深度优先搜索 分类
原文链接: https://leetcode-cn.com/problems/course-schedule
英文原文There are a total of numCourses courses you have to take, l
原文链接: https://leetcode-cn.com/problems/course-schedule-ii
英文原文There are a total of numCourses courses you have to take
原文链接: https://leetcode-cn.com/problems/design-add-and-search-words-data-structure
英文原文Design a data structure that sup
原文链接: https://leetcode-cn.com/problems/count-complete-tree-nodes
英文原文Given the root of a complete binary tree, return
原文链接: https://leetcode-cn.com/problems/invert-binary-tree
英文原文Given the root of a binary tree, invert the tree, and re
原文链接: https://leetcode-cn.com/problems/kth-smallest-element-in-a-bst
英文原文Given the root of a binary search tree, and a
原文链接: https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-search-tree
英文原文Given a binary search tree (
原文链接: https://leetcode-cn.com/problems/binary-tree-paths
英文原文Given the root of a binary tree, return all root-to-leaf
原文链接: https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree
英文原文Serialization is the process of conve