ndtable: simple dense and sparse multi-dimensional tables
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.