Human-made Content Premium, Human-generated Content
Redeeming coin stashes is of low value

Redeeming coin stashes is of low value

Bruce Ediger

I accumulated a quart jar of US coins, legal tender for all debts public and private.

I turned the coins into paper currency at a “Coinstar” vending machine in a Safeway grocery store.

Trilobite

Trilobite

Bruce Ediger

Trilobite: Eyewitness to Evolution

Richard Fortey, 2001, ISBN 978-0375706219

Mergesort Investigation Summary

Mergesort Investigation Summary

Bruce Ediger
Mergesort Investigation 14 - count of comparisons

Mergesort Investigation 14 - count of comparisons

Bruce Ediger

My recursive mergesort algorithm, and the wikipedia bottom-up) algorithm read and write the same list nodes in the same order, for list lengths that are powers of two. Something other than mere data reading and pointer writing causes abrupt performance drops at linked list lengths of 2N+1 nodes.

I decided to count the number of comparisons used in merging lists. I had to write a different program so as to use an unsorted list with data in the same randomly chosen order for each of the three algorithms.