CSCI 2720 / Data Structures / Spring 2007
Grading Sheet for Project 1 -- DLL with XOR
Name ___________________________
Overall
____/15 README file explaining how to run your program, and identifying any known problems, working Makefile. Good use of comments. Clean style.
Version 1
____/05 constructor
____/05 IsEmpty()
____/05 Length() (should be O(1) not O(n))
____/05 Push_front
____/05 Push_back
____/05 Pop_front
____/05 Pop_back
____/05 Front()
____/05 Back()
____/05 Print()
____/05 PrintBack()
____/05 Iterate()
____/05 Reverse()
-----------------
-----/65
Version 2
______/20 XOR compression of next/prev pointers
Total
______/100