R/lab03.R

#' Package with Euclidean and Dijkstra's algorithms
#'
#'Two functions are included:
#' \code{euclidean} and \code{dijkstra}
#'
#'@details
#'
#'For further information check functions' documentation.
#'
#'@author
#'
#'- Farid Musayev   (gitHub:"faridmusayev", liuid:farmu437)
#'- Mucahit Sahin   (gitHub:"mchtsahin", liuid:mucsa806)
#'- Selen Karaduman (gitHub:"selenkaraduman", liuid:selka266)
#'
#'@seealso
#'
#'Useful links:
#'
#'\url{https://en.wikipedia.org/wiki/Euclidean_algorithm}
#'
#'\url{https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm}
#'
#' @docType package
#' @name lab03
NULL
#> NULL
faridmusayev/R_Lab03 documentation built on Dec. 20, 2021, 7:44 a.m.