Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Implement the Insertion Sort algorithm as discussed in Lecture 1 . ( Hint: use the function checked _ sorted to check if your
Implement the Insertion Sort algorithm as discussed in Lecture
Hint: use the function checkedsorted to check if your output is
indeed sorted.
Implement the Merge Sort algorithm as discussed in Lecture
Hint: use the function checked sorted to check if your output is
indeed sorted.
Implement the Heap Sort algorithm as discussed in Lecture
Hint: use the function checked sorted to check if your output is
indeed sorted.
For each algorithm, try different ranges of numbers to be sorted
to test the performance and time complexity. For example:
a Array
b Array
c array
d Array
e Array
f Write a paragraph discussing your findings on how the
different sizes affected the time complexity. Discuss which
algorithm outperformed the other and why.
g Graphs are encouraged for visualization and to draw
conclusions, but not required.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started