Come up with a data structure that gets more memory efficient as more stuff is put into it.
i.e. if you put in 5 items and it's 80 bytes per item [on average], 10 items in the structure would have a lower average [say 60, it doesn't necessarily have to half the average].
Now, this is theoretical, but implementing it in a language *cough* C/C++ * cough* is highly encouraged.
Hint 1:
Spoiler
Hint 2:
Spoiler
Hint 3:
Spoiler

New Topic/Question
Reply


MultiQuote






|