top of page

PROJECTS

Projects: Publications
2017-12-08 (4).png

SYSTEMS SPECIFICATION

This is a system specification, through academic coursework, that describes the specifics of a system proposed from a given Systems Request. This includes the data and the software, hardware, and security requirements of the system "Artisan's Co-op Access Online".

2017-12-07 (10).png

 BINARY TREE SEARCH METHODS

This is a program that implements a binary tree and its search algorithms (from academic coursework). With a given graph implementation, I programmed the depth first search and breadth first search. The cycle finder determines the number of times the breadth first search algorithm visits all the data elements, also known as a search cycle.

2018-06-05 (12).png

FRIENDS LIST WEBPAGE

This is a web page that can display all of the entries in a list, add an entry to the list, find an entry given a characteristic of it, updating a found entry, and deleting an entry in a list. In this scenario, the list was a "friends list", and it contains a persons first and last name, birthday, sexual orientation, and an ID number associated with that "friend".

bottom of page