原文链接: https://leetcode-cn.com/problems/surrounded-regions
英文原文Given an m x n matrix board containing 'X' and &
标签详情
广度优先搜索 分类
原文链接: https://leetcode-cn.com/problems/clone-graph
英文原文Given a reference of a node in a connected undirected graph.
R
原文链接: https://leetcode-cn.com/problems/binary-tree-right-side-view
英文原文Given the root of a binary tree, imagine yourse
原文链接: 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/invert-binary-tree
英文原文Given the root of a binary tree, invert the tree, and re
原文链接: https://leetcode-cn.com/problems/perfect-squares
英文原文Given an integer n, return the least number of perfect squa
原文链接: https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree
英文原文Serialization is the process of conve
原文链接: https://leetcode-cn.com/problems/remove-invalid-parentheses
英文原文Given a string s that contains parentheses and l