README.md

Build
Status

lab03

This package contains two algorithms. Euclidean algorithm finds the greatest common divisor of two numbers. Djikstra’s algorithm takes a graph and an initial node and calculates the shortest path from the initial node to every other node in the graph.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("faridmusayev/R_Lab03")


faridmusayev/R_Lab03 documentation built on Dec. 20, 2021, 7:44 a.m.