html Advanced Techniques: Module 3 - Quiz

Quiz Time!

Answer these questions, but be warned: the correct answers might be hidden in the Matrix.

Question 1: Invert a Binary Tree

Given a binary tree with the following nodes, find the correct traversal order:

Binary Tree

1. Left-Right-Top-Left-Right-Left

2. Top-Left-Right-Left-Right-Top

3. Left-Right-Top-Left-Left-Right

Previous Question Next Question

Back to Basics

Advanced Techniques: Module 3

Table of Contents