An open API service indexing awesome lists of open source software.

https://github.com/codeslash21/aac_term_paper

Implementation and report of Advanced Algorithm and Complexity term paper presentation.
https://github.com/codeslash21/aac_term_paper

advanced-algorithm c extended-dijkstra latex

Last synced: 2 months ago
JSON representation

Implementation and report of Advanced Algorithm and Complexity term paper presentation.

Awesome Lists containing this project

README

          

# AAC Term Paper
In this project I implemented Extended-Dijkstra Algorithm using C programming Language. Achieved `98%` accuracy in determining shortest path between two nodes. And reduced search time by `75%` compared to standard Dijkstra algorithm.