Starting from:

$29

Problem Set 2: Lists, Stacks, and Queues

1 Problem Set 2: Lists, Stacks, and Queues
Overview: For problems 1(a) and 2(a) of this assignment, you will need a C++ compiler. In order to receive credit, your programs must compile and run; and you must provide the actual source code file so that I can compile and run your programs (e.g. the files ending in .cpp). The remaining problems for the assignment must be written up within a single Microsoft Word document. You must include your name and course number within all files that you submit, including source code files as a comment at the top of each file that you modify. Problem 1. [5 points] Arrays and Linked Lists: Read the assigned chapters and notes for Module 3 located in the Learning Activities area. Then provide solutions to the following: (a) [3 points] Download the List.zip file and then modify List.cpp to implement details for the predicate function called isInList(). The prototype for this function is as follows: template bool isInList(Object element, list

More products