Programming Project 6
Due date:
Jun. 4, 2023
at 3:00 P.M., via Gradescope
For this project, you must write a C++ program to store a collection of data samples and analyzed sets, where an analyzed set is a specialized form of a sample group.
- Project Instructions - Updated at 1:34 on 31 May as follows:
- Added AnalyzedSet::isDuplicate( ) method in the UML diagram and description.
- Corrected some instances of "Vertex" to "Sample"
- Added some additional ideas for optional enhancements.
- Base code starting files and sample makefile - updated 12:36 May 31st.
- UML Diagram