Search results

  1. A

    anyone can write this c++ code.

    I think that's a difficult problem. With a "naive" algorithm you have: distances: if you have n points you have to check n² distances/pairs. area of triangles: if you have n points you have to check n³ triangles. Is a naive algorithm ok? Because anything else: - beyond my capability - I...
Back
Top