Update README.md
This commit is contained in:
parent
71c6fe33dc
commit
b530c50695
@ -88,9 +88,10 @@ Bubble sort is one of the most straightforward sorting algorithms, it makes mult
|
||||
In essence, each item “bubbles” up to the location where it belongs.
|
||||
</p>
|
||||
|
||||
| <a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_scale/bubble_sort_scale.py" target="_blank">bubble_sort_scale.py</a>|<a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_color/bubble_sort_color.py" target="_blank">bubble_sort_color.py</a>|
|
||||
| ------------- |:-------------:|
|
||||
| ||
|
||||
| <a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_scale/bubble_sort_scale.py" target="_blank">bubble_sort_scale.py</a>|<a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_color/bubble_sort_color.py" target="_blank">bubble_sort_color.py</a>|<a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_circle/bubble_sort_circle.py" target="_blank">bubble_sort_circle.py</a>|
|
||||
| ------------- |-------------|-------------|
|
||||
| ||<img src="./img/bubble_circle.gif">|
|
||||
|
||||
|
||||
## Insertion Sort
|
||||
|
||||
@ -104,7 +105,7 @@ In essence, each item “bubbles” up to the location where it belongs.
|
||||
It splits the given array into sorted and unsorted parts,
|
||||
then the values from the unsorted parts are picked and placed at the correct position in the sorted part.</p>
|
||||
|
||||
| <a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_scale/insertion_sort_scale.py" target="_blank">insertion_sort_scale.py</a>|<a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_color/insertion_sort_color.py" target="_blank">insertion_sort_color.py</a>|
|
||||
| <a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_scale/insertion_sort_scale.py" target="_blank">insertion_sort_scale.py</a>|<a href="https://github.com/ForeignGods/Sorting-Algorithms-Blender/blob/main/sort_color/insertion_sort_color.py" target="_blank">insertion_sort_color.py</a>|
|
||||
| ------------- |:-------------:|
|
||||
|||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user