File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ** sorting-algorithm-visualizer**
2
2
3
- [ ![ Tests] ( https://github.com/c1m50c/sorting-algorithm-visualizer/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/c1m50c/sorting-algorithm-visualizer/actions/workflows/tests.yml )
3
+ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/c1m50c/sorting-algorithm-visualizer/Tests?style=for-the-badge )
4
+ ![ License] ( https://img.shields.io/github/license/c1m50c/sorting-algorithm-visualizer?color=blue&style=for-the-badge )
5
+ ![ Lines of code] ( https://img.shields.io/tokei/lines/github/c1m50c/sorting-algorithm-visualizer?style=for-the-badge )
4
6
5
7
Visualizes various sorting algorithms with Python and Matplotlib.
6
8
@@ -33,4 +35,4 @@ Visual Sorting Algorithms
33
35
- Gnome Sort
34
36
- Shell Sort
35
37
- Heap Sort
36
- - Comb Sort
38
+ - Comb Sort
You can’t perform that action at this time.
0 commit comments