An open API service providing repository metadata for many open source software ecosystems.

GitHub / mehulthakral / dijkstra-using-different-heaps

Implemented Dijkstra’s algorithm and compared performance when implemented using fibonacci, binomial and binary heaps in CPP. Ran algorithm on New York’s road network dataset which consisted of around 0.2M nodes and 0.7M edges. Concluded that fibonacci Heap gives performance enhancement on such a large dataset compared to other two heaps.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehulthakral%2Fdijkstra-using-different-heaps

Stars: 1
Forks: 0
Open issues: 0

License: None
Language: C++
Size: 3.68 MB
Dependencies parsed at: Pending

Created at: over 5 years ago
Updated at: almost 2 years ago
Pushed at: over 5 years ago
Last synced at: almost 2 years ago

Topics: binary-heap, binomial-heap, cpp, dijkstra-shortest-path, fibonacci-heap, newyork-roadnetwork-dataset

    Loading...