# ndtable: simple dense and sparse multi-dimensional tables
[](https://crates.io/crates/ndtable)
[](https://docs.rs/ndtable/0.1.1/)
[](https://releases.rs/docs/1.91.0/)
[](https://github.com/gendx/ndtable/tree/0.1.1)
[](https://deps.rs/crate/ndtable/0.1.1)
[](https://github.com/gendx/ndtable/blob/0.1.1/LICENSE)
[](https://codecov.io/gh/gendx/ndtable/tree/0.1.1)
[](https://github.com/gendx/ndtable/actions/workflows/build.yml)
[](https://github.com/gendx/ndtable/actions/workflows/tests.yml)
This crate implements simple multi-dimensional tables, for use in dynamic
programming algorithms, memoization, etc. It offers two implementations: a dense
table `TableNd` and a sparse table `SparseTableNd`.