Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python
C++

JAVA


PHP
SQL
Alice

Set235


Description
Set235 is a set of classes and applets that allows you to implement and test a simple implementation of a set class. The skeleton of Set235 class (The set implementation) is given, but none of the methods are implemented. Once you have implemented them, you can compile them along with one of the applets and run some tests to see if your class is working properly.

You can cut-and-paste the code from here, or download the jar file. Caution: Since the Set235.java file is included with the jar file, do not extract the jar file in the same directory you have your version of the Set235.java file or you will lose all of your work!

  • CesarSetApplet was written by Cesar Delgado and allows you to test all of the operations.