HananFA / DIJKSTRA_ALGORITHM

The Dijkstra's algorithm is a very useful algorithm for finding the shortest path in a weighted graph. It can be applied to many real-life route planning problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The Dijkstra's algorithm is a very useful algorithm for finding the shortest path in a weighted graph. It can be applied to many real-life route planning problems.


Languages

Language:C 100.0%