LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   I need LARGE data sets for testing the Dijkstra's Algorithm which I implemented (https://www.linuxquestions.org/questions/general-10/i-need-large-data-sets-for-testing-the-dijkstras-algorithm-which-i-implemented-889825/)

Aquarius_Girl 07-04-2011 07:21 AM

I need LARGE data sets for testing the Dijkstra's Algorithm which I implemented
 
Google gave me this: http://kdd.ics.uci.edu/summary.data.application.html

That seems to be a dedicated site for the data sets, but couldn't find anything there for the Route finding algos.

Snark1994 07-04-2011 08:38 AM

Could you perhaps generate them with your own programme, then apply the Floyd-Warshall algorithm to check your implementation's results? I guess it depends on how large your 'large' datasets need to be... Floyd-Warshall's O(n^3), if I remember correctly, so it might be too slow for your requirements.

John VV 07-04-2011 11:01 AM

you want something large
i am working with these currently
http://imbrium.mit.edu/DATA/LOLA_GDR/CYLINDRICAL/IMG
the 144 LDEM_1024_ ????.img 900 meg each
the lola "Lunar Orbiter Laser Altimeter" data set


All times are GMT -5. The time now is 04:44 PM.