OCaml icon indicating copy to clipboard operation
OCaml copied to clipboard

Implemented Prims algorithm + Dijkstra

Open maharajamihir opened this issue 3 years ago • 0 comments

Implemented Prim's algorithm that returns the minimal spanning tree of given graph Implemented Dijkstras Algorithm to return the shortest distance between given node and all other nodes in graph

maharajamihir avatar Feb 19 '22 13:02 maharajamihir