OCaml
OCaml copied to clipboard
Implemented Prims algorithm + Dijkstra
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