diff --git a/pygorithm/__pycache__/__init__.cpython-35.pyc b/pygorithm/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index 2627a9b..0000000 Binary files a/pygorithm/__pycache__/__init__.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/__init__.cpython-35.pyc b/pygorithm/sorting/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index f587965..0000000 Binary files a/pygorithm/sorting/__pycache__/__init__.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/bubble_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/bubble_sort.cpython-35.pyc deleted file mode 100644 index ce14d2f..0000000 Binary files a/pygorithm/sorting/__pycache__/bubble_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/bucket_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/bucket_sort.cpython-35.pyc deleted file mode 100644 index 49b248b..0000000 Binary files a/pygorithm/sorting/__pycache__/bucket_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/counting_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/counting_sort.cpython-35.pyc deleted file mode 100644 index 70c5442..0000000 Binary files a/pygorithm/sorting/__pycache__/counting_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/heap_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/heap_sort.cpython-35.pyc deleted file mode 100644 index cb91291..0000000 Binary files a/pygorithm/sorting/__pycache__/heap_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/insertion_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/insertion_sort.cpython-35.pyc deleted file mode 100644 index 7291f67..0000000 Binary files a/pygorithm/sorting/__pycache__/insertion_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/merge_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/merge_sort.cpython-35.pyc deleted file mode 100644 index 03a0023..0000000 Binary files a/pygorithm/sorting/__pycache__/merge_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/quick_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/quick_sort.cpython-35.pyc deleted file mode 100644 index 2add325..0000000 Binary files a/pygorithm/sorting/__pycache__/quick_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/selection_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/selection_sort.cpython-35.pyc deleted file mode 100644 index 8577d0e..0000000 Binary files a/pygorithm/sorting/__pycache__/selection_sort.cpython-35.pyc and /dev/null differ diff --git a/pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc deleted file mode 100644 index 6cd8b16..0000000 Binary files a/pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc and /dev/null differ