Changes between Version 128 and Version 129 of LibrariesUnderConstruction


Ignore:
Timestamp:
Oct 19, 2010, 3:56:20 PM (12 years ago)
Author:
viboes
Comment:

Added CounterTree

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v128 v129  
    413413 * '''Description:''' Boost.!ConstantTimeSize defines a wrapper to the STL container list giving the user the choice for the complexity of the size function:  linear time, constant time or quasi-constant.
    414414In future versions the library could include a similar wrapper to slist.
     415
     416
     417---------------------------------------------------------------------------------------------------
     418== Boost.!CounterTree ==
     419
     420 * '''Author(s):'''  Francisco José Tapia
     421 * '''Version:'''
     422 * '''State:'''
     423 * '''Last upload:'''2010 September 27
     424 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=countertree.zip&directory=Containers& Boost Vault]
     425 * '''Categories:''' [#Containers Containers]
     426 * '''Description:''' Binary trees with access by position like the vectors
    415427
    416428---------------------------------------------------------------------------------------------------
     
    17171729== Containers ==
    17181730 * [#Boost.BloomFilters Boost.BloomFilters]
     1731 * [#Boost.CounterTree Boost.CounterTree ]
    17191732 * [#Boost.Cloneable Boost.Cloneable]
    17201733 * [#Boost.ConstantTimeSize Boost.ConstantTimeSize]