Using a class written by the professor, I wrote classes for three different shapes (a triangle, rectangle, and circle) which inherited his class. This allowed us to "plot" shapes with coordinates. This assignment was more practice with inheritance, as well as an introduction to using javadocs.
This algorithm finds the smallest string, either in an array or given two options. This program, of course, gives us experience with recursion.
Searched & sorted using abstract bubble sort, merge sort, binary (recursive) search, and selection sort. I used a Dog class we wrote during class, but the methods were written so that they could be used on any class. This assignment helped teach us not only different sorting methods, but also abstraction.
Taking knowledge of how to create a linked list, I was able to create a doubly linked list for this assignment. This assignment taught us how to create & use a doubly linked list, as well as creating an iterator for it.
Software Development II Lab work; we write code and then test them with given tester files and JUnit.
Fall 2020 @ (The) University of New Orleans
CSCI 2120 (Software Development II) with Dr. Summa