Projects

search
Image for binarySearchTree
binarySearchTree

BTS with adding components, searching for elements, and executing tree traversals.

Image for bubbleSort
bubbleSort

Compares the performance of two sorting methods Bubble Sort and Java's built-in Collections.sort.

Image for linkedList
linkedList

LinkedList stores unique characters and their frequencies, with each unique character represented by a CharFreq object.

Image for undoCalculator
undoCalculator

Calculator with basic math operations also feature an undo function using stacks in java.