Do you need a container for (A) random access? Then you need a vector, but don't abuse insert/erase; (B) insert/erase (wherever you want)? Then you need a list, but don't even try random access; (C) both? Choose avl_array! O(log n) for both!
Project Admins:
comocomocomo
Operating System:
OS Portable (Source code to work with many OS platforms)
License:
MIT License
Category:
Algorithms, Object Oriented, Text Editors
Buy expert services from Sourceforge.net Marketplace. Support from the people who know.