In a given grid, each cell can have one of three values:
[Read More]
暗时间
刘未鹏
点评: ★★★★★
[Read More]
993. Cousins in Binary Tree
In a binary tree, the root node is at depth 0, and children of each depth k node are at depth k+1.
[Read More]
785. Is Graph Bipartite?
Given an undirected graph, return true if and only if it is bipartite.
[Read More]
559. Maximum Depth of N-ary Tree
Given a n-ary tree, find its maximum depth.
[Read More]
429. N-ary Tree Level Order Traversal
Given an n-ary tree, return the level order traversal of its nodes’ values. (ie, from left to right, level by level).
[Read More]