Sorting Algorithms Lab

Medium
2
21.2% Acceptance

In this lab, you will implement four common sorting algorithms - Bubble Sort, Selection Sort, Insertion Sort, and Quick Sort. Your task is to implement these algorithms as standalone functions (ES Modules) and have them accurately sort input arrays of numbers. You can use the provided JavaScript template to help you get started.