Skip to content

Commit

Permalink
added insertion sort
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-stamate committed Dec 7, 2019
1 parent f575410 commit 2bea5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sorting Algorithms Visualized

<img width="1000" src="https://i.postimg.cc/BQSGrMtD/Capture.png">
<img width="1000" src="https://i.postimg.cc/vZBDxXTh/Capture.png">

Now you can see how sorting algorithms work by watching them in real time. You can change the input size and delay, and when the algorithm is running the `comparisons` and `array access` are updating for a better view. If you want to learn these algorithms, watching their code is a good practice but for a better understanding I also recommend their visualization.

Expand Down

0 comments on commit 2bea5fc

Please sign in to comment.