#'Dataset for Dijkstra Algorithm
#'
#'A dataset contains corresponding vertices and their weights.
#'
#'
#'@format A data frame with 18 rows and 3 variables:
#'\describe{
#' \item{v1}{1st vertex}
#' \item{v2}{2nd vertex}
#' \item{w}{weight between two vertices}
#'}
#'
#'@source \url{https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.