shashiniyer/Euclid_Dijkstras: Implements Euclid's and Djikstra's Algorithms

There are two functions in the package: one implements Euclid's algorithm to find the greatest common divisor of two numbers, and the other implements Dijkstra's algorithm to compute the shortest distance/path from one node to another in a connected graph

Getting started

Package details

AuthorRojan and Shashi
Maintainer<shashiniyer@gmail.com>, <rojankarakaya@gmail.com>
LicenseGPL-3
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("shashiniyer/Euclid_Dijkstras")
shashiniyer/Euclid_Dijkstras documentation built on Dec. 23, 2021, 1:21 a.m.