Author: Unknown
Subject: Extra Header File Submission
Date: Friday, 03 Apr 2020, 17:30:58
Hi Professor Eisenstat, For the implementation of my deque, I used Aspnes' stack implementation from his notes on Data Structures and Programming Techniques. I cited this in my log file, but since it exceeds the line limit, I created a new header file in my local zoo folder and included this file in Deque.c. I was wondering what the correct protocol for submitting is with this local file included. Will it suffice to submit Deque.c with the #include statement, or will I need to submit both Deque.c and the header file containing Aspnes' stack. If so, will I need to change the path of the #include at all? Thanks.PREV INDEX NEXT