lab 3

Lab 3/Java example

this applet is based on a program that simulates allocation and deallocation of dynamic array data structures

there are two versions, the applet version and the application version that writes to the console which used a modified version of dynamic array code with print statements taken out(I found out later that this was unnessasary). sorce code is here