PREV INDEX NEXT

Author: Andrés G-C
Subject: Deque Implementation Restriction
Date: Monday, 02 Mar 2020, 21:31:40

The second note in the specification for homework 4 states that we should implement our deque as two connected singly-linked lists. Are we to take this as a requirement or a suggestion? Would points be deducted for using a circular singly-linked list, as shown in class?
PREV INDEX NEXT