Thursday, September 8, 2011

more hw


HW #2:

Adapt your C++ stack class into a Java class.

class Stack
{
int A[] = new int[100];
//...

Due: next Thurs


HW:3
Show that 2n - 5 is O(n)
Due: next Thurs

No comments:

Post a Comment