A specific data structure
- by user550413
Well, this question is a bit specific but I think there is some general idea in it that I can't get it.
Lets say I got K servers (which is a constant that I know its size). I have a program that get requests and every request has an id and server id that will handle it. I have n requests - unknown size and can be any number.
I need a data…