.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :title: Multiple Binary Trees
   :author: Sally Hamouda
   :institution: Virginia Tech
   :satisfies: Multiple Binary Trees
   :topic: Multiple Binary Trees
   :keyword: Binary Tree Traversal; Recursive Tree Functions
   :naturallanguage: en
   :programminglanguage: Java
   :description: Contains practice programming exercises that use multiple binary trees.

Multiple Binary Trees
=====================

Mirror Image Binary Trees Exercise
----------------------------------

.. extrtoolembed:: 'Mirror Image Binary Trees Exercise'
   :workout_id: 74

Same Binary Tree Exercise
-------------------------

.. extrtoolembed:: 'Same Binary Tree Exercise'
   :workout_id: 69

Structurally Identical Binary Trees Exercise
--------------------------------------------

.. extrtoolembed:: 'Structurally Identical Binary Trees Exercise'
   :workout_id: 75


