Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adiletbaimyrza committed Dec 18, 2023
1 parent 64176d9 commit d2c7a2d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
<meta property="og:title" content="Dijkstra Prim Visualizer" />
<meta
property="og:description"
content="This website provides a visualization of Dijkstra's algorithm and Prim' algorithm."
content="Dijkstra's & Prim's Algorithms Visualizer is a client-side web application that allows users to create and customize graphs as well as run Dijkstra's and Prim's algorithms on those graphs. Users can control speed of execution, number of nodes, and weihgt range for a given graph, and if the user wishes he can save the graph locally on his computer."
/>
<meta
property="og:image"
content="https://adiletbaimyrza.github.io/dijkstra-prim-visualization/img/laptop.jpg"
/>
<meta property="og:image" content="https://adiletbaimyrza.github.io/dijkstra-prim-visualization/img/laptop.jpg" />
<meta
property="og:url"
content="https://adiletbaimyrza.github.io/dijkstra-prim-visualization/"
Expand All @@ -27,9 +30,12 @@
<meta name="twitter:title" content="Dijkstra Prim Visualizer" />
<meta
name="twitter:description"
content="This website provides a visualization of Dijkstra's algorithm and Prim' algorithm."
content="Dijkstra's & Prim's Algorithms Visualizer is a client-side web application that allows users to create and customize graphs as well as run Dijkstra's and Prim's algorithms on those graphs. Users can control speed of execution, number of nodes, and weihgt range for a given graph, and if the user wishes he can save the graph locally on his computer."
/>
<meta
name="twitter:image"
content="https://adiletbaimyrza.github.io/dijkstra-prim-visualization/img/laptop.jpg"
/>
<meta name="twitter:image" content="https://adiletbaimyrza.github.io/dijkstra-prim-visualization/img/laptop.jpg" />

<link rel="icon" href="/dijkstra-prim-visualization/assets/favicon-6da98bbe.png" />
<title>Dijkstra Prim Visualizer</title>
Expand Down

0 comments on commit d2c7a2d

Please sign in to comment.