kkousounnis / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Java 100.0%