defmodule MbBinaryTree.Traverse do @moduledoc """ Utility functions for traversing binary trees. """ end