Workiva Interview Question

Sort a list in order of last access time

Interview Answer

Anonymous

Aug 8, 2017

Incorrectly. I thought I could use a stack data structure, but probably shouldnt attempt something unorthodox on pen and paper. Also, I used clone on String for whatever reason.