-
Updated
Sep 5, 2020 - TypeScript
dijkstra-algorithm
Here are 599 public repositories matching this topic...
-
Updated
Mar 27, 2020 - Swift
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Aug 30, 2020 - Rust
-
Updated
Oct 31, 2019 - Go
-
Updated
Oct 6, 2020 - Jupyter Notebook
-
Updated
Mar 23, 2020 - C#
-
Updated
Jun 7, 2019 - C#
-
Updated
Jan 3, 2020 - C++
-
Updated
Oct 29, 2019 - C++
-
Updated
Nov 21, 2017 - Lua
-
Updated
May 27, 2018 - Java
-
Updated
Aug 13, 2020 - C#
-
Updated
May 9, 2018 - C++
-
Updated
Oct 26, 2020 - C++
-
Updated
Jan 30, 2019 - Python
-
Updated
Aug 1, 2019 - C++
-
Updated
Oct 15, 2020 - Python
-
Updated
Jun 7, 2020 - Java
-
Updated
Aug 11, 2020 - C++
-
Updated
Sep 27, 2020 - C++
-
Updated
Oct 22, 2020 - Go
-
Updated
Nov 24, 2018 - Pascal
-
Updated
Dec 13, 2017 - MATLAB
-
Updated
Mar 27, 2019 - Vue
-
Updated
Jul 3, 2018 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Oct 17, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dijkstra-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dijkstra-algorithm topic, visit your repo's landing page and select "manage topics."

Description
In the sorting algorithm page, the Merge Sort algorithm is missing. Add proper algorithms there.
The solution to be accepted
1.) In Merge_sort.js, Complete function selection(divs, height) with appropriate use for the functions provided.
2.) Used the same colors to fill up the division as used in bubble_sort.js.
3.) The visualizer is working properly for selection sortin