Cars - Sorting Cars stats using different sorting methods

  • Tech Stack: HTML · CSS · JavaScript · Amazon EC2 · Amazon Route 53 · Spring Boot · Java
  • Github URLs: Frontend Link & Backend Link

The Cars project involved creating a visual demonstration of sorting algorithms applied to car statistics. It featured a grid layout containing 12 cars, each with unique stats. Using bubble sort, selection sort, merge sort, and insertion sort, users could observe how the cars dynamically rearranged themselves based on their stats when the sort button was pressed. Additionally, a table displayed the efficiency of each sorting method.

    Visual representation of sorting algorithms applied to car stats
    Utilization of bubble sort, selection sort, merge sort, and insertion sort
    Dynamic movement of cars to their sorted positions upon sorting
    Comparative table showcasing the efficiency of each sorting method