Back to Question
Binary Tree Level Order Traversal II (Bottom-up)
Question Explain
Given the root of a binary tree, return the bottom-up level order traversal of its nodes' values. Use BFS and reverse the final result.
Start Trying This Question Simulation
Click "Start Speaking" and answer the question naturally.