R/wiki_graph.R

#'wiki graph data
#'#' @format A data frame with 18 rows and 3 columns
#' \describe{
#'   \item{v1}{index of the source vertices}
#'   \item{v2}{index of the destination vertices}
#'   \item{w}{cost of the path taken}
#' }
#' @source <https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm>
"wiki_graph"
venkatavarun-123/R_LAB3 documentation built on Dec. 23, 2021, 3:02 p.m.