Closest-pair problem/C: Difference between revisions

Content added Content deleted
(moved from Closest pair problem)
 
m (improve it: "evil" datasets can make it crash :( (still studying why since 2009 but time/mind is almost over))
Line 1: Line 1:
{{collection|Closest pair problem}}
{{collection|Closest pair problem}}


{{improve|C|They exist "evil" datasets able to crash it.}}
(This seems to crash at run-time compiled on Windows with MinGW)

<lang c>#include <stdio.h>
<lang c>#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>