The document outlines assignment 12 for COSC 2336 focused on implementing binary search trees using pointers and linked nodes. It includes objectives such as practicing recursive algorithms, inserting items into a binary tree, calculating the tree's height, and implementing a clear function. Additionally, it provides specific coding tasks, guidelines for implementation, and suggestions for extra credit opportunities.