Implement 7 sorting algorithms in Ruby with a uniform interface. Benchmark all of them on random, sorted, reverse-sorted, and nearly-sorted arrays. Generate a markdown comparison table with timing ...