R/wiki_graph.R

#' Weighted graph with 6 vertices
#'
#'
#' @format A data frame with 3 vector as columns :
#' \describe{
#'   \item{v1}{Starting vertices of each edges}
#'   \item{v2}{Ending vertices of these edges. }
#'   \item{w}{Weights of each edge}
#'   
#' }
#' @source \url{https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm }
"wiki_graph"
brbatv/lab3 documentation built on May 9, 2019, 6:03 p.m.