bookmark

AVL Array @ freshmeat.net


Description

an STL-like container for C++ that fills the gap between vector (or deque) and list, providing both fast random access and fast insertion/removal, all O(log n). This is not a map...

Preview

Tags

Users

  • @panic

Comments and Reviews