原文链接: 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/pyramid-transition-matrix
英文原文You are stacking blocks to form a pyramid. Each b
原文链接: https://leetcode-cn.com/problems/couples-holding-hands
英文原文There are n couples sitting in 2n seats arranged in a
原文链接: https://leetcode-cn.com/problems/maximum-depth-of-n-ary-tree
英文原文Given a n-ary tree, find its maximum depth.
Th
原文链接: https://leetcode-cn.com/problems/sliding-puzzle
英文原文On an 2 x 3 board, there are five tiles labeled from 1 to 5,
原文链接: https://leetcode-cn.com/problems/swim-in-rising-water
英文原文You are given an n x n integer matrix grid where each
原文链接: https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes
英文原文Given the root of a Binary Search Tree (