<s>
Cubesort	B-Algorithm
is	O
a	O
parallel	O
sorting	B-Algorithm
algorithm	I-Algorithm
that	O
builds	O
a	O
self-balancing	O
multi-dimensional	O
array	B-Data_Structure
from	O
the	O
keys	O
to	O
be	O
sorted	O
.	O
</s>
<s>
After	O
each	O
key	O
is	O
inserted	O
the	O
cube	O
can	O
be	O
rapidly	O
converted	O
to	O
an	O
array	B-Data_Structure
.	O
</s>
<s>
A	O
cubesort	B-Algorithm
implementation	O
written	O
in	O
C	O
was	O
published	O
in	O
2014	O
.	O
</s>
<s>
Cubesort	B-Algorithm
's	O
algorithm	O
uses	O
a	O
specialized	O
binary	O
search	O
on	O
each	O
axis	O
to	O
find	O
the	O
location	O
to	O
insert	O
an	O
element	O
.	O
</s>
