/Data_Structures_Projects

Projects and tests for COSC2430 Data Structures taken at the University Of Houston

Primary LanguageJava

COSC2430-Data_Structures

HW1: Text analyzer. Checks for certain hard-coded phrases, determines most used phrase, and more text analysis.

HW2: Matrix calculator. Uses Linear Algebra to do calculations. Does Addition, Subtraction, Multiplication, Transpose, and Determinant.

HW3: Analyzes 2 algorithms and outputs the time complexity based on input size.

HW4: Towers of Hanoi with 3-5 pegs.

HW5: PEMDAS calculator. Alows the operators: -,+,*,/,^,()