https://github.com/guy1998/mergesortproject
Website for a merge sort visualizer using HTML, CSS, and Javascript
https://github.com/guy1998/mergesortproject
Last synced: about 2 months ago
JSON representation
Website for a merge sort visualizer using HTML, CSS, and Javascript
- Host: GitHub
- URL: https://github.com/guy1998/mergesortproject
- Owner: guy1998
- Created: 2023-05-27T19:37:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T16:57:03.000Z (about 1 year ago)
- Last Synced: 2024-04-18T00:10:13.731Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merge Sort Visualization
***
## Project description
This project aims to give a better understanding of the merge sort algorithm by providing its visalization. The visualization is web based and is achieved through a combination of javascript, html, and css. The visualizer provides the user with the opportunity to enter the preferred list of numbers and view the procedure of merge sort step by step.
## Project preview
Images below show how the visualizer looks like and how the merge sort procedure occurs within the web based environment. The first picture shows how the input is inserted as a sequence of comma separated numbers. The system uses javascript to parse the string into an array of numbers which can be sorted while displaying each step for the user.
The second image shows how the steps appear to the user in a way that simulates the logical partitions of the list during merge sort.
![]()