using Dates
using Random
gt=0
gt2=0
tic() = (global __t0 = now())
toc() = (now() - __t0)
A=[25 24 23 22 21;
20 19 18 17 16;
15 14 13 12 11;
10 9 8 7 6;
5 4 3 2 1;] println("Initial [...] Read more
Test of time savings of clustered Dijkstra algorithm is in avg one third of time