R/wiki_data.R

#' Graph information of the wikipedia graph
#'
#' A dataset containing the graph information of the wikipedia graph
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{one end of the edge of the graph}
#'   \item{v2}{other end of the edge of the graph}
#'   \item{w}{weight of the edge}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Dijkstra's_algorithm}
"wiki_graph"
TheodorEmanuelsson/dijkstrasAlgorithm documentation built on Dec. 18, 2021, 4:11 p.m.