No description
- Java 100%
|
|
||
|---|---|---|
| Driver.java | ||
| README.md | ||
| Stack.java | ||
Class Design: Linked Data Structure
Note: Points will be deducted if invariants aren't enforced. Points will also be deducted if your object fails to represent anything in https://css143.toobusyforai.com/stride Links to an external site./
(2 Points) Design a minimum of one linked data structure
(2 Points) Implement all relevant interfaces for the ADT
(2 Points) Node-Based Implementation (private inner class)
(2 Points) A minimum of one Custom Exception
(2 Points) Invariant enforcements with Custom Exception
Class Design: Driver
(2 Points) Demonstrate creating the linked structure
(4 Points) Invariant testing with valid values for all relevant functions for the data structure
(4 Points) Invariant testing with invalid values for all relevant functions for the data structure