#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.