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.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("faridmusayev/R_Lab03")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.