Projects tagged ‘container’, ‘data-structures’, and ‘templates’


Jump to tag:

Projects tagged ‘container’, ‘data-structures’, and ‘templates’

Filtered by Project Tags container data-structures templates

Refine results Project Tags stl (3) c++ (3) library (3) portable (2) programming (2) development (2) tree (2) generics (1) generic (1) structures (1) algorithms (1) source (1)

[3 total ]

1 Users

TreeComp is a ANSI C++ library that provides data structures for the generation, storage and manipulation of trees. It is STL conform so that STL algorithms can be used. The design was made using design patterns.
Created about 1 year ago.

1 Users
 

A generic implementation of STL containers and some STL algorithms. It is absolutly independent from external types it use only types declared in type_traits. So containers can be used with any poiner types which satisfies PointerConcept.
Created about 1 year ago.

1 Users

Template based B+ Tree is a simple and yet very efficient template based B+ Tree implementation which supports different types of storage. It is implemented in C++, and can be used with any type of ... [More] data. To change storage type (e.g. from file based to memory based), all you need is to change a template argument of the BTreeAlgorithms class. Either the standard search method or a customized search method can be used. [Less]
Created over 2 years ago.