首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > Multilist

Multilist

  • 资源大小:7.75 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: c++

资 源 简 介

If a multidimensional matrix is sparse, then we might use a multilist rather than a multidimensional array to represent it. We could use one node for each value in the matrix and one link for each dimension, with the link pointing to next item in that dimension. This arrangement reduces the storage required from the product of the maximum indices in the dimenstions to be proportional to the number of nonzero entries but increases the time required for many algorithms

文 件 列 表

Multilist
.DS_Store
headerlist.cpp
headerlist.h
main.cpp
Makefile
multilist.cpp
multilist.h
node.h
VIP VIP
0.182135s