R/wiki_graph.R

#' @docType data
#' @name wiki_graph
#' @title wiki_graph
#' @references /url:https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
#' @description (v1,v2,w)means a graph.For example,as seen in column 1 (1,2,7)
#'     means there is edge linking V1 and V2 whose length is 7,as well as last
#'     column (6,5,9) means there is edge linking V5 and V6 whose length is 9.
#'
NULL
#> NULL
Xiaolin-Jiang/lab3 documentation built on Dec. 18, 2021, 7:22 p.m.