Oracle Interview Question

Sorting an array without using common libraries or built-in sorting functions in java.

Interview Answer

Anonymous

Jul 29, 2023

I rewrote a pancake sort from memory that I had already studied for as I prepared to interview for many companies.