No description
Find a file
2026-05-17 21:25:22 -07:00
Driver.java Added driver with all invariant testing, this should be rc-01 2026-05-17 21:21:57 -07:00
README.md Finished Project 2026-05-17 21:24:31 -07:00
Stack.java Made the push error message slightly more clear 2026-05-17 21:23:35 -07:00

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