sparse arrays

Started by
1 comment, last by miro 23 years, 5 months ago
Does anyone know where I can find some info on sparse arrays? Thanks, miro
Advertisement
Make a linked list, overload the [] operator

or use a bst if you want
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
If you want really sparse arrays you should look at Numerical Recipes in C. Which is on the web to download the source code free. Just do a search!

------------------------------
BCB DX Library - RAD C++ Game development for BCB

This topic is closed to new replies.

Advertisement