Description Usage Arguments Value euclidean functions finds the greates common divisor of two integers and Dijkstra's shortest path algorithm in a graph dijkstra function takes a graph and an initial node and calculates the shortest path from the initial node to every other node in the graph. See Also Examples
Euclidean Algorithm is an efficient method for computing the greatest common divisor (GCD) of two numbers, the largest number that divides both of them without leaving a remainder.
This package provides two categories of important functions: euclidean and dijkstra.
1 | euclidean(a, b)
|
a |
A Numerical value |
b |
A Numerical Value |
Gratest common divior of given values
NA
NA
https://en.wikipedia.org/wiki/Euclidean_algorithm
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.