CAR RENTAL SYSTEM [JAVA]

As part of the ST2 project on the second year first semester we were assigned to develop a system for a car rental company. My team comprised of myself, Yusra Frouz and Kashif Roshen. This project was aimed at developing standalone applications with basic database CURD functionality. The functions that were developed by me include […]

SORTING ALGORITHM SIMULATOR [JAVA]

As part of an assignment given to me in my second year, I had to develop a simulator that will simulate the behaviour of 2 sorting algorithms. This simulator covers the 2 basic algorithms : Bubble Sort and the Insertion Sort. The behaviour, temporary variables and the psuedo code along with how they get executed […]