Points
|
Task
|
2
|
Uses Templates
|
1
|
Implements void addFront(Type t)
|
1
|
Implements void addBack(Type t)
|
1
|
Implements Type popFront()
|
1
|
Implements Type popBack()
|
1
|
Implements bool contains(Type t)
|
1
|
Implements int count()
|
1
|
Implements void push(Type t) which is the
equivelent of pushFront().
|
1
|
Implements Type pop() which is the equivelent
of popFront(). |
5
|
Can resize the array.
|
1
|
Every method has pre and post check asserts.
|
-1
|
Turned in after Wednesday Oct 28th at 4:01pm
|
-2
|
Turned in after Friday Oct 30th at 3pm.
|