Week 2


Prepared by Lusheng Wang


Lecture Note for Linked Lists

Setting Up Java

ArrayStack source code for self defined stack

Interface of Stack (source coode)

ParenArray.Java (Java code, Different from the one in week1. My contributation)

ParenNode.Java (The same as ParenArray.java except using a stack with linked list)

A java Program for List

Tutorial 2

source (source codes: unzip it and save as a directory "source")

net (execuitable codes: unzip it and save as a directory "net")