Skip to content

Commit

Permalink
remove sorting algo animations 🔥 and fix .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioBerna committed Aug 4, 2023
1 parent dec62b5 commit 0b83439
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 313 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.DS_Store
.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
Binary file removed SortingAlgorithms/.DS_Store
Binary file not shown.
33 changes: 0 additions & 33 deletions SortingAlgorithms/README.md

This file was deleted.

104 changes: 0 additions & 104 deletions SortingAlgorithms/gui.py

This file was deleted.

Binary file removed SortingAlgorithms/imgs/BubbleSort.png
Binary file not shown.
Binary file removed SortingAlgorithms/imgs/InsertionSort.png
Binary file not shown.
Binary file removed SortingAlgorithms/imgs/MergeSort.png
Binary file not shown.
Binary file removed SortingAlgorithms/imgs/QuickSort.png
Binary file not shown.
Binary file removed SortingAlgorithms/imgs/SelectionSort.png
Binary file not shown.
Binary file removed SortingAlgorithms/imgs/gui.png
Binary file not shown.
1 change: 0 additions & 1 deletion SortingAlgorithms/requirements.txt

This file was deleted.

97 changes: 0 additions & 97 deletions SortingAlgorithms/sort.py

This file was deleted.

78 changes: 0 additions & 78 deletions SortingAlgorithms/ui.py

This file was deleted.

0 comments on commit 0b83439

Please sign in to comment.