
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Material Type: Assignment; Class: DATA STRUCTURES I; Subject: Computer Science; University: Wentworth Institute of Technology; Term: Spring 2006;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!
COMP380 Section 71 - Data Structures I - Spring, 2006
Instructor: Bob Goldstein (617) 912- bobg@vision.eri.harvard.edu http://webpages.charter.net/tlgcreations/Courses/index.html http://goldstein.eri.harvard.edu/courses/index.html http://myweb.wit.edu/goldsteinr/Courses/index.html Due Date: April 6, 2006 Hand In: Printout of program code and dialogue of how it runs. Purpose: Practice using Double Linked Nodes to implement linked lists
to the left by n items. Make sure you put error checks into your program so that it will do the proper thing if there are too few nodes. Test your method.
program and test. Extra Credit: Start with the ListCommand program we did in class. Add the “S” command to the command line options that will Shift the list to t he left or right. S 2 //this will shift the list to the right by two nodes S -2 //this will shift the list to the left by two nodes /app/work/qkd3fq-384266-2765024-homework9-doc.doc 1 11/29/2020 11/29/