
1) Sorting algorithm
Found on
https://www.crosswordclues.com/clue/cubesort

Cubesort is a parallel sorting algorithm that builds a self-balancing multi-dimensional array from the keys to be sorted. As the axes are of similar length the structure resembles a cube. After each key is inserted the cube can be rapidly converted to an array. A cubesort implementation written in C was published in 2014. ==Operation== Cubesort`s....
Found on
http://en.wikipedia.org/wiki/Cubesort
No exact match found.