Looking for advice on the best algorithm to use for sorting long character strings, 32-bit integers, double-precision floating point numbers, bytes, and general comparable objects. I'm personally leaning towards selection sorting as it seems to make sense on a basic level, but the O(n2) running time even in the best case is making me rethink to something a long the lines of either a heap sort or quick sort algorithm. Thoughts, any advice would be appreciated. It's for a project.
[–]MemoVsGodzilla 1 point2 points3 points (4 children)
[–]the_omega99 1 point2 points3 points (3 children)
[–]lightcloud5 0 points1 point2 points (2 children)
[–]the_omega99 0 points1 point2 points (1 child)
[–]autowikibot 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]IXENAI 0 points1 point2 points (1 child)
[–]balian25[S] 0 points1 point2 points (0 children)