TheodorEmanuelsson/dijkstrasAlgorithm: Computes Euclidean and Dijkstra's algorithms in R

An R package for solving the Euclidean and Dijkstra algorithms. It includes a function for computing the greatest common divisor between two scalars (Euclidean algorithm) and a function for computing the shortest paths between nodes in a graph (Dijkstra's algorithm).

Getting started

Package details

Maintainer
LicenseGPL (>= 3)
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("TheodorEmanuelsson/dijkstrasAlgorithm")
TheodorEmanuelsson/dijkstrasAlgorithm documentation built on Dec. 18, 2021, 4:11 p.m.