On 20 February 2012 13:05, Bernard Helyer <[email protected]> wrote: > Maybe when you learn to type like an adult people will listen to you? >
Its also worth mentioning that most structures are simple enough that for 99% of purposes, a "homebrew" implementation is fine. I was taught how to implement a queue and a stack at the same times as using it, that is how simple some of these containers are. And if you need massive speed, then you probably wouldn't use generic containers anyway...
