Boost logo

Boost Users :

Subject: [Boost-users] Container using an item's ordinal position in a sorted list
From: Hans Joseph Solbrig (joesolbrig_at_[hidden])
Date: 2009-12-21 18:37:52


Hi,

First, could you confirm my belief that there is no STL or Boost container that can sort a list of values such that one can insert arbitrary values in O(log n) and also find the nth highest value in O(log n) time (see http://stackoverflow.com/questions/1746402/whats-a-qt-or-open-source-c-template-for-ordinal-sorting for some discussion)?

Second, I'm implementing such a container on top of a simple b-tree template. Would there be any interest in my cleaning it up and contributing it to boost?

(I'd mostly have to add smart pointers for copy-on-write compatibility).

      


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net