#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.