Amazon Interview Question

Implement IP routing table

Interview Answer

Anonymous

Nov 14, 2017

I didn't know about tries which is what they were looking for, used hash tables for an O(log n) solution