epatrizio / cds

Data structures in C language
The Unlicense
0 stars 0 forks source link

Graph Dijkstra's algorithm #15

Open epatrizio opened 2 years ago

epatrizio commented 2 years ago

Not implemented, todo! https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm

Warning, difficult stuff: Edge model is a hash set. But, for now, it's impossible to add meta data in a hash set element.