bigworld

compute diameter of flights graph
git clone https://a3nm.net/git/bigworld/
Log | Files | Refs

commit 87d27c707d41ab721560711d01b7d4529c1ed04c
parent 946cdc6f00aacee953d9709c32886433da58b83e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  9 Dec 2016 16:44:20 +0100

+missing sorting

Diffstat:
bigworld.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/bigworld.sh b/bigworld.sh @@ -32,3 +32,8 @@ g++ -Wall -o bigworld -O3 bigworld.cpp #./bigworld close < routes_fix.dat | tee pairs_close.out ./bigworld < routes_fix.dat | tee pairs.out +for a in euclidean haversine +do + sort -k3,3n < $a | sponge $a +done +