This is a dedicated watch page for a single video.
You need to implement a sorting algorithm and want GitHub Copilot to generate a Python function using merge sort to sort a list of numbers in ascending order. You write the prompt: # Python function to sort a list, but Copilot generates a quicksort algorithm instead. Which change to your prompt will guide Copilot to generate the correct merge sort implementation?