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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mehulthakral/dijkstra-using-different-heaps Stargazers