Continuing Education Data Structure - C#
Your IT supervisor is working on a project to implement storage for information related to the continuing educational of employees, and these data will eventually be sorted. Your supervisor needs the application to use an ADT for this storage because this application will be modified later, and ADTs will allow more flexibility.
•Create a 2–3-page design document that includes the following:
-A title page including course name, project name, student name, and date
Analysis of the following:
Provide a rationale for the choice of data structure and implementation of the sort method.
Justify your choices based on effective use of system resources and suitability to the task.
•Write source code, keeping the following in mind:
Note: Your code does not have to have any user interaction. It must only demonstrate code that would achieve the implementation requirements listed below.
The implementation and type of data structure you use internally for the class will be your choice, but your class must work with strings and will expose methods for the following operations: ¦Include variable declaration for the internal data structure.
Include initialization of the data structures with sample data using the insert() method.
insert(): This method will add a new data item to your structure.
sort(): This method will sort the data items and list them in ascending order using a print statement.
Include implementation of sort() function.
-Include in-code comments describing the major parts of the implementation, specifically pointing out the required implementation points above.
Tags: csharp, ADT
Please Log in to Post a Question