Invert Binary Tree

Easy 20 pts New · no attempts yet csharp

Invert Binary Tree — Amazon interview prep · Trees

Classic interview problem #226.

Input (stdin)

Line 1: level-order traversal

Output (stdout)

Inorder-like demo output (swapped)

Your program must read from stdin and write the answer to stdout (no extra debug text).

Examples

Sample
Input
4 2 7 1 3 6 9
Output
9 6 3 1 7 2 4
Static hints
  • Input format: Line 1: level-order traversal
  • DSA Interview 150 — Trees
  • Problem #226
  • Frequently asked at Amazon
  • Trees

Toolliyo Coach

Stuck? Get a nudge — not the answer

Progressive help: Nudge → Guide → Approach. Full solution stays behind the Solution tab.

Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details