Ok, i will now start to use std::string class, and i will implement the std::map way. But one question, how do std::map work on it´s internals? Thank you all.
Printable View
Ok, i will now start to use std::string class, and i will implement the std::map way. But one question, how do std::map work on it´s internals? Thank you all.
That is implementation dependent, but due to the complexity requirements the underlying data structure would be some kind of balanced binary tree.Quote:
But one question, how do std::map work on it´s internals?