Adobe Interview Question

Design a sorting algo which can take any type of input.

Interview Answer

Anonymous

Jul 14, 2012

I designed the alogrithm using function pointer

2