Jump to content

Closest-pair problem/C: Difference between revisions

m
improve it: "evil" datasets can make it crash :( (still studying why since 2009 but time/mind is almost over)
(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:
{{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>
#include <stdlib.h>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.