You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Queue ADT is implemented as an array. Also, a link-based Deque ADT is implemented. Completed in Autumn 2018 as part of an assignment for the Advanced Data Structures in Java module in the final…
Stacks assignment for 'Advanced Data Structures in Java' module of UCD Computer Science MSc. Project completed in Autumn 2018. Stack ADT is implemented as both an array and a linked list.