R/lab3.R

#' lab3 package
#'
#' This package has two functions \code{\link{euclidean}} and
#' \code{\link{dijkstra}}.The first function can be used to find the greatest
#' common divisor of two numbers and the second one takes a graph and an initial
#' node and calculates the shortest path from the initial node to every other
#' node in the graph.
#'
#' @docType package
#'
#' @name lab3
#'
NULL
nahfa911/lab3 documentation built on May 9, 2019, 5:54 a.m.