Question: help plz c++ language INSTRUCTIONS: Draw a complete UML class diagram and write C++ code for two classes and the main source. (60 points) The

help plz c++ language
INSTRUCTIONS: Draw a complete UML class diagram and write C++ code for two classes and the main source. (60 points) The Library Optimizer should determine if a collection of books is in ascending order or descending order. Your solution must read books from a text file and produce two additional text files one in ascending order and one in descending order then your solution will indicate if your original text file is in ascending or descending order. NOTE: You must use a pointer-based, doubly-linked data structure. INSTRUCTIONS: Draw a complete UML class diagram and write C++ code for two classes and the main source. (60 points) The Library Optimizer should determine if a collection of books is in ascending order or descending order. Your solution must read books from a text file and produce two additional text files one in ascending order and one in descending order then your solution will indicate if your original text file is in ascending or descending order. NOTE: You must use a pointer-based, doubly-linked data structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
