Android Apps developed in Kotlin for University
Application One is a xml checker application, it is to verify that a file is formatted correctly as an XML Document. There are two solutions written for this problem.
#Solution one uses LinkedLists
#Solution two uses ArrayLists
Application Two is a flight inquirer that finds the shortest flight path from one location to another.
#This application uses multiple different sorting algorithms such as:
#InsertionSort
#MergeSort
#QuickSort