Video upload date:  · Duration: PT1H46M27S  · Language: EN

You need to implement a sorting algorithm and github video

copilot-gh-300 video for you need to implement a sorting algorithm and want GitHub Copilot to generate a Python function using merge sort to sort a list of

This is a dedicated watch page for a single video.

Full Certification Question

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?