原文链接: https://leetcode-cn.com/problems/longest-univalue-path
英文原文Given the root of a binary tree, return the length of
标签详情
深度优先搜索 分类
原文链接: https://leetcode-cn.com/problems/employee-importance
英文原文You have a data structure of employee information, incl
原文链接: https://leetcode-cn.com/problems/max-area-of-island
英文原文You are given an m x n binary matrix grid. An island is
原文链接: https://leetcode-cn.com/problems/accounts-merge
英文原文Given a list of accounts where each element accounts[i] is a
原文链接: https://leetcode-cn.com/problems/flood-fill
英文原文An image is represented by an m x n integer grid image where ima
原文链接: https://leetcode-cn.com/problems/network-delay-time
英文原文You are given a network of n nodes, labeled from 1 to n.
原文链接: https://leetcode-cn.com/problems/contain-virus
英文原文A virus is spreading rapidly, and your task is to quarantine
原文链接: https://leetcode-cn.com/problems/cracking-the-safe
英文原文There is a safe protected by a password. The password is
原文链接: https://leetcode-cn.com/problems/pyramid-transition-matrix
英文原文You are stacking blocks to form a pyramid. Each b
原文链接: https://leetcode-cn.com/problems/flatten-a-multilevel-doubly-linked-list
英文原文You are given a doubly linked list,