Skip to content

Commit 3555cb5

Browse files
committed
fix images and readme in selection sort
1 parent fced0f0 commit 3555cb5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assets/img/bubble-sort.gif

53.3 KB
Loading

assets/img/selection-sort.gif

-101 KB
Loading

selection-sort/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Selection sort
22

33
<div align="center">
4-
<img src="https://github.com/iamlorddop/sorting-methods/blob/main/assets/img/selection-sort.gif" alt="bubble-sort.gif">
4+
<img src="https://github.com/iamlorddop/sorting-methods/blob/main/assets/img/selection-sort.gif" alt="selection-sort.gif">
55
</div>
66

77
Selection sort is one of the simplest algorithms.

0 commit comments

Comments
 (0)