Showing cs.DSShow all
2 papers · 1 filter
cs.DS2008
Binar Shuffle Algorithm: Shuffling Bit by Bit
William F. Gilreath
Frequently, randomly organized data is needed to avoid an anomalous operation of other algorithms and computational processes. An analogy is that a deck of cards is ordered within…
cs.DS2004
Hash sort: A linear time complexity multiple-dimensional sort algorithm
William F. Gilreath
Sorting and hashing are two completely different concepts in computer science, and appear mutually exclusive to one another. Hashing is a search method using the data as a key to m…