what developers need to consider while choosing sort algorithm

jalelabbassi1920 February 3, 2023

The best sorting algorithm nowadays is quicksort, but in some scenarios other  algorithms may be more handfull. so how to choose?

2 comments

Comment

Log in or Sign up to comment
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 4, 2023

Welcome to the Atlassian Community!

That's not really a question for the Atlassian Community, quicksort is a good place to start (although it is in 3rd place, not 1st), but radix, comb, insertion, and the rest of the options are all good.

Buzz Interactive May 23, 2023

One of the primary considerations is the efficiency of the sorting algorithm. You want to choose an algorithm that can handle the size and complexity of the data sets you expect to sort on your website. Evaluate the algorithm's time complexity and space complexity to understand its efficiency in terms of runtime and memory usage. You can make an informed decision when choosing a sorting algorithm for your website, ensuring that it aligns with the specific needs and requirements of Buzz Interactive.

TAGS
AUG Leaders

Atlassian Community Events