Skip to main content
Joe Plonski's ePortfolio


RCampus


Java Work Examples

Attached are Zip folders containing Java programs I created.

 

Recursion - This program I wrote during my Intermediate Java Programming course. It demonstrates the use of Recursion.

 

Linked List - This program was my first attempt at creating a linked List. The programs reads in a text file, and stores all of the information in a linked list. Objects are added to either the front or back of the list based on information in the text file. Objects also may be deleted.


Binary Trees - This program I wrote during my Data Structures class. It builds three different binary trees and manages all of them at the same time.

n16