The document outlines Assignment 12 for COSC 2336, focusing on binary search trees. It requires students to implement key functions for a binary tree class, including insert, height, and clear, using recursion and linked nodes. The assignment also presents testing methods and considerations for implementing features like template support and tree structure visualization.