/Sorting-Algorithms

Java application that sorts a list of t-shirt objects with quick sort, bubble sort, bucket sort. T-shirt has 3 variations Color, Size, Fabric and three different payment methods

Primary LanguageJavaMIT LicenseMIT

Sorting-Algorithms

Comparative analysis implementation on Sorting Algorithms quick Sort bubble sort bucket sort.

Factory of t-shirt objects each T-shirt has 3 variations Color, Size, Fabric and three different payment methods Credit/Debit cards, Money/Bank transfer and Cash. The program creates all the possible combinations in a list of t-shirts and sorts it with three different algorithms quick Sort bubble sort bucket sort.