正在加载图片...
类 Sorted chain first e template< class e; class K>>//E:链表元素,K:关键字。 class Sorted ChainNode& Friend sorted chain<EK> private e data Sorted chainnode< ek> link 山东大学计算机科学与技术学院数据结构第7章跳表和散列山东大学计算机科学与技术学院 数据结构 第7章 跳表和散列 8 类 SortedChain template<class E ,class K> >//E:链表元素,K:关键字。 class SortedChainNode{ Friend SortedChain<E,K> private: E data; SortedChainNode< E,K > *link; } ; first e1 e2 0 en … ei ei-1 … ei+1
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有