This document provides instructions for refactoring a C++ linked list library as part of an assignment, outlining specific files and functions to be implemented. It includes details on directory structure, implementation guidelines, and grading rubrics based on code quality and adherence to best practices. Key components such as class structures, apply and reduce functions, and iterator implementation are also discussed.
Related topics: