Question: data structure and realize it in the meaningful data structure. Project Description You design one data structure not the one or code from the textbook.
data structure and realize it in the meaningful data structure. Project Description You design one data structure not the one or code from the textbook. In the project, you will develop an object-oriented Java program to create the data structure from your choice. You can choose one from following examples: https:/len.wikipedia.org/wiki/List of data structures https://www.geeksforgeeks.org/data-structures/ The requirements: 1) ADT design (You design interfaces, bounded, and unbounded if possible). 2) Implementation in JAVA using object-oriented concepts 3) Realize the basic operations: add, remove, search, and etc. Bonus will be given with more operations 4) Implementations of your data structure 5) Application of your data structure 6) Graphic user friendly design is used as the bonus 7) You should use the collection and self-referential in your code Project Learning Objectives . Students will be knowledgeable of the concepts and techniques of computation Develop object-oriented code and understanding software life cycle. Familiar with operations on data structures
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
