README.md

Dijkstra's Algorithm

This R package in an implementation of the Euclidean algorithm and Dijkstra's algorithm.

euclidean() returns the greatest common divisor of two scalars. dijkstra() returns the shortest path in a graph given a data.frame of edges and the weight and a starting node

Installation

run > devtools::install_github("https://github.com/TheodorEmanuelsson/dijkstrasAlgorithm")



TheodorEmanuelsson/dijkstrasAlgorithm documentation built on Dec. 18, 2021, 4:11 p.m.