BTS with adding components, searching for elements, and executing tree traversals.
Compares the performance of two sorting methods Bubble Sort and Java's built-in Collections.sort.
LinkedList stores unique characters and their frequencies, with each unique character represented by a CharFreq object.
Calculator with basic math operations also feature an undo function using stacks in java.