A collection of multi-dimensional data structure and indexing algorithm (mdds) http://code.google.com/p/multidimalgorithm/
Go to file
2024-01-06 05:02:23 +01:00
libmdds12.spec legacy package [release 1.3.1-2mamba;Sat Jan 19 2019] 2024-01-06 05:02:23 +01:00
libmdds-0.5.3-boost-1.50.patch legacy package [release 1.3.1-2mamba;Sat Jan 19 2019] 2024-01-06 05:02:23 +01:00
README.md legacy package [release 1.3.1-2mamba;Sat Jan 19 2019] 2024-01-06 05:02:23 +01:00

libmdds12

This library provides a collection of multi-dimensional data structure and indexing algorithm. All data structures are available as C++ templates, hence this is a header-only library, with no shared library to link against.

It implements the following data structures:

  • segment tree
  • flat segment tree
  • rectangle set
  • point quad tree
  • mixed type matrix