Skip to content

Commit

Permalink
fix: username and proofreading
Browse files Browse the repository at this point in the history
  • Loading branch information
erelado authored Aug 30, 2023
1 parent e0c8436 commit 4cfda66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Sorting Visualizer
![Project Preview Image](https://github.com/E-RELevant/sorting-visualizer/blob/master/images/preview.png)
👀 [Live Preview](https://e-relevant.github.io/sorting-visualizer/)
![Project Preview Image](https://github.com/erelado/sorting-visualizer/blob/master/images/preview.png)
👀 [Live Preview](https://erelado.github.io/sorting-visualizer/)

## 📙 Description
Sorting is a very classic problem of reordering items (that can be compared) of an array (or a list) in a certain order (increasing, decreasing, lexicographical, etc).
Sorting is a very classic problem of reordering items (that can be compared) of an array (or a list) in a certain order (increasing, decreasing, lexicographical, etc.).

There are many different sorting algorithms, each has its own advantages and limitations.

An algorithm for sorting can be visualized through this project. Bars are displayed for each element of the array. Colour-coding is used for operations.
An algorithm for sorting can be visualized through this project. Bars are displayed for each element of the array. Color coding is used for operations.

### 👨‍💻 Technologies
- HTML
- CSS
- Javascript

Using the vanilla versions of the languages was the goal of the project. It provided me a learning tool with added personal value.
Using the vanilla versions of the languages was the goal of the project. It provided me with a learning tool with added personal value.

### 🔗 References
Inspiration taken from [The Coding Train](https://www.youtube.com/watch?v=67k3I2GxTH8).
Inspiration was taken from [The Coding Train](https://www.youtube.com/watch?v=67k3I2GxTH8).

Links providing information about the algorithms:
- [Bubble Sort](https://en.wikipedia.org/wiki/Bubble_sort)
Expand Down

0 comments on commit 4cfda66

Please sign in to comment.