Give a real-world example that requires sorting or a real-world example that requires computing a convex hull.
Answers
Answered by
12
Answer:
Sorting is required everywhere from daily lifestyle to heavy office works.
Sorting means arranging items or even humans in a particular order.
Like in school students are sorted on the basis of marks and grades.
In sports players are sorted on the basis of their runs,goals,etc.
Convex Hull algorithm has various examples too :
1.)Shapes of objects can be classified by their "convex deficiency trees", structures that depend for their computation on convex hulls.
2.)Traffic and accidents are great example fro convex hull. If the convex hull of a car avoids collision with obstacles then so does the car.
Similar questions