henkar91/AdvRprogr_lab3: Euclidean and Dijkstra's algorithms

Euclidean algorithm is an efficient way of finding the greatest common divisor for two numbers. The function in this package is based on the pseudocode provided in the wikipedia page of Euclidean Algorithm. Dijkstra's algorithm is used for for finding the shortest paths between vertices in a given graph. The function in this package is also based on the pseudocode provided in Wikipedia page of Dijkstra's algorithm.

Getting started

Package details

AuthorMilda Poceviciute, Henrik Karlsson
MaintainerMilda Poceviciute <milpo192@student.liu.se>
LicenseGPL-2
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("henkar91/AdvRprogr_lab3")
henkar91/AdvRprogr_lab3 documentation built on May 17, 2019, 12:11 p.m.