Aytida1426 / BooleansCalendar

CSA Tri 3 Project
0 stars 2 forks source link

Aditya Surapaneni - Code Modeling/Technicals for Mini Labs #51

Open Aytida1426 opened 3 years ago

Aytida1426 commented 3 years ago

Recursion

For my Recursion Mini Lab, I built a calculator with simple, as well as advanced, functions. I built the calculator using an MVC format, as can be seen via the explanations below. The user can enter numbers into the fields to perform addition, subtraction, multiplication, division, Fibonacci, factorial, square root, power, etc.

Inheritance

For my Inheritance Mini Lab, I created a simple program that prints out a sentence based on user-inputted properties via the use of Inheritance.

Sorts

For my Sorts Mini Lab, I created an application that uses three different types of sorting methods (Insertion, Bubble, Selection) in order to sort three different types of entered data, which include Integers, Strings, & POJO Objects.

LinkedList

For my LinkedList Mini Lab, I created an program that allows users to input a certain number of elements into an Array. The program then displays the Array in an unsorted, as well as a sorted, format.