File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- 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 530
530
531
531
## Maths
532
532
* [ Abs] ( maths/abs.py )
533
- * [ Add] ( maths/add.py )
534
533
* [ Addition Without Arithmetic] ( maths/addition_without_arithmetic.py )
535
534
* [ Aliquot Sum] ( maths/aliquot_sum.py )
536
535
* [ Allocation Number] ( maths/allocation_number.py )
1141
1140
* [ Quick Sort] ( sorts/quick_sort.py )
1142
1141
* [ Quick Sort 3 Partition] ( sorts/quick_sort_3_partition.py )
1143
1142
* [ 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 )
1146
1143
* [ Recursive Bubble Sort] ( sorts/recursive_bubble_sort.py )
1147
1144
* [ Recursive Insertion Sort] ( sorts/recursive_insertion_sort.py )
1148
1145
* [ Recursive Mergesort Array] ( sorts/recursive_mergesort_array.py )
You can’t perform that action at this time.
0 commit comments