Ookla Interview Question

Manipulate a linked list in a well defined manner

Interview Answer

Anonymous

Jan 8, 2019

I implemented this question in C++ using a map with sentinel and pointers to a list node data structure