Burst Sort - Eishaaya/GMRDataStructuresTest GitHub Wiki

Before we can make a Burst-Sort, we need to make a Burst-Trie

Put stuff into a burst Trie, then take things out, it acts like a cache efficient MSD radix sort

TODO: write an actual explanation