Skip to content

Which sorting algorithm do you personally feel is the best for programming and why? #1652

Answered by Emojees
Kuefo asked this question in Q&A
Discussion options

You must be logged in to vote

There are many types of sorting algorithms: bubble sort, quick sort, balloon sort, merge sort, radix sort, and more. No algorithm can be considered the best or fastest because they have been designed for a specific type of data structure where it performs the best. Personally I really like bubble sort tho, as it's very popular and has helped me in the past.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kuefo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants