解决方法
这不是一个很常见的术语,但是根据
the Dictionary of Computing,它是一个多维链表,其元素在每个维度中都保留指向邻居的指针.
拿一个简单的矩阵:
1 2 3 4 5 6 7 8 9
然后,元素5将具有指向4和6的指针,而且还具有指向2和8的指针.
以下问题可能对C书有帮助:
> The Definitive C++ Book Guide and List
> https://stackoverflow.com/questions/74405/what-is-the-best-c-book-for-an-intermediate-to-expert-developer