196k views
4 votes
In this assignment, you will be implementing a set data structure and using it to process a large number of records. The starter code includes the following files: myset.h in which you will implement a BST based set. You may add any needed code to this file but should not modify existing function declarations in myset (I may run my own tests that depend on those functions). Where you will implement tests/demonstrations of your code.

A) myset.h
B) main.cpp
C) test_set.cpp
D) data_records.cpp

User Angmerica
by
6.9k points

1 Answer

5 votes

Final answer:

The subject of this question is Computers and Technology. The student is tasked with implementing a set data structure and processing records using it.

Step-by-step explanation:

The subject of this question is Computers and Technology. The assignment involves implementing a set data structure and using it to process records. The files provided include myset.h, main.cpp, test_set.cpp, and data_records.cpp. The student is instructed to implement a BST based set in myset.h and perform tests and demonstrations in the other files.

User BMiner
by
7.4k points