File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v3
1515 - run : pip install --user ruff
16- - run : ruff --format=github .
16+ - run : ruff --output- format=github .
Original file line number Diff line number Diff line change 530530
531531## Maths
532532 * [ Abs] ( maths/abs.py )
533- * [ Add] ( maths/add.py )
534533 * [ Addition Without Arithmetic] ( maths/addition_without_arithmetic.py )
535534 * [ Aliquot Sum] ( maths/aliquot_sum.py )
536535 * [ Allocation Number] ( maths/allocation_number.py )
11411140 * [ Quick Sort] ( sorts/quick_sort.py )
11421141 * [ Quick Sort 3 Partition] ( sorts/quick_sort_3_partition.py )
11431142 * [ Radix Sort] ( sorts/radix_sort.py )
1144- * [ Random Normal Distribution Quicksort] ( sorts/random_normal_distribution_quicksort.py )
1145- * [ Random Pivot Quick Sort] ( sorts/random_pivot_quick_sort.py )
11461143 * [ Recursive Bubble Sort] ( sorts/recursive_bubble_sort.py )
11471144 * [ Recursive Insertion Sort] ( sorts/recursive_insertion_sort.py )
11481145 * [ Recursive Mergesort Array] ( sorts/recursive_mergesort_array.py )
You can’t perform that action at this time.
0 commit comments