Question: This assignment involves writing a program to implement the quickHull algorithm . You may write your code in a contemporary language of your choice; typical
This assignment involves writing a program to implement the quickHull algorithm. You may write your code in a contemporary language of your choice; typical languages would include Python . A visualization form to display the input and output is highly encouraged.
Input:
- A list of numbers (you may use a random number generator).
- [(1, 6), (4, 15), (7, 7), (10, 13), (11, 6), (11, 18), (11, 21), (12, 10), (15, 18), (16, 6), (18, 3), (18, 12), (19, 15), (22, 19)].
Output:
You must submit a copy of your well-commented source program and your printed output if any in a word doc or pdf.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
