Any binary sorting algorithm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Any binary sorting algorithm?

Hi, do you know any sorting algorithm that can sort binary numbers?

12th Sep 2018, 9:12 PM
Panos Giannelos
Panos Giannelos - avatar
5 Answers
+ 1
yes
12th Sep 2018, 9:41 PM
VcC
VcC - avatar
13th Sep 2018, 12:24 AM
LordHill
LordHill - avatar
+ 1
#include <algorithms> std::sort
13th Sep 2018, 3:49 AM
Sergey Ushakov
Sergey Ushakov - avatar
+ 1
So the usual ones like bubblesort quicksort... Can also work with binary numbers?
13th Sep 2018, 1:07 PM
Panos Giannelos
Panos Giannelos - avatar
0
if you know how to compare one binary number to another, then you should be able to make it work. that's all a sorter does is compare and place.
13th Sep 2018, 1:35 PM
LordHill
LordHill - avatar