DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibkdtree++-dev
BeschreibungC++ template container implementation of kd-tree sorting
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.7.0-1
Sektionlibdevel
Prioritätoptional
Installierte Größe136 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerMartin Schreiber
Quellelibkdtree++
Paketgröße23814 Byte
Prüfsumme MD53454b797021ac61a78510af2b05bb1ad
Prüfsumme SHA1dabec3a9793f805f84238596cfec79cd7bd521c9
Prüfsumme SHA256ae2875ea10bf61f213c1f7609ecd811f4a87b4923597e072d60bc0bc27919892
Link zum Herunterladenlibkdtree++-dev_0.7.0-1_all.deb
Ausführliche Beschreibunglibkdtree++ is a C++ template container implementation of k-dimensional space sorting, using a kd-tree. It: . - supports an unlimited number of dimensions (in theory) - can store any data structure, provided the data structure provides operator[0 - k-1] to access the individual dimensional components (arrays, std::vector already do) and a std::less implementation for the type of dimensional components - has support for custom allocators - implements iterators - provides standard find as well as range queries - has amortised O(lg n) time (O(n lg n) worst case) on most operations (insert/erase/find optimised) and worst-case O(n) space - provides a means to rebalance and thus optimise the tree - exists in its own namespace - uses STL coding style, basing a lot of the code on stl_tree.h . It's not yet documented, although the usage should be fairly straight forward. I am hoping to find someone else to document it as I suck at documentation and as the author, it's exceptionally difficult to stay didactically correct. . libkdtree++ only exists as a -dev package as it's only a bunch of C++ header files. Therefore, no static or shared library is necessary, allowing for ultimate flexibility.


Impressum
Linux is a registered trademark of Linus Torvalds