top of page
Prompt
Coding
Design a [language] function that accepts a [list, array, or dataset] and s...
Design a [language] function that accepts a [list, array, or dataset] and sorts it using [sorting algorithm] (e.g., merge sort, quicksort). Ensure the algorithm is optimized for both time and space complexity and handles edge cases.