✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
We would like to sort an array of points based on their distance from the origin using the insertion sort algorithm as described in the course. Assuming you have the function arrint compare_points(t_point p, t_point q) described previously that compares two points p and q based on their distance from the origin, under what condition should we swap the points arr[j] and arr[j-1]?