top of page

This is a collection of my most recent projects sorted by date.

Brute Force Recursive Path Finding

An algorithm that searches a weighted graph for paths between two nodes. These paths are recorded and presented to the user.

Binary Tree Class and Application

A binary search tree that you can input, delete, change and print interactively or through an input file.

Polymorphism

A set of 3 containers that store and process a set of data and compare the computation time.

Inheritance

A doubly linked list of integers that uses a custom iterator for traversal.

bottom of page