FerdausPolok / dev-mates

A repository for storing useful code snippets that assist with everyday tasks, helping to streamline and improve day-to-day development workflows.
Apache License 2.0
8 stars 14 forks source link

2024 Add sorting algo (insertion,radix,quick,heap,bucket) #23

Closed Aditya-NV-06 closed 4 weeks ago

Aditya-NV-06 commented 4 weeks ago

this pr contains sorting algorithms like insertion sort, radix sort, quick sort, heap sort and bucket sort in python .

Aditya-NV-06 commented 4 weeks ago

can you elaborate the changes you want to make in this repo

Aditya-NV-06 commented 4 weeks ago

made the changes to the files

Aditya-NV-06 commented 4 weeks ago

changes are made in the files

Aditya-NV-06 commented 4 weeks ago

Correctly refactored the code this time as you said to me.