数据结构第9章数据结构anyview作业系统答案

geyunfa 29 0 DOC 2019-01-08 01:01:34

9.25实现下列函数: int Search(SSTable s, KeyType k); /* Index the element which key is k */ /* in StaticSearchTable s. */ /* Return 0 if x is not found. */ 静态查找表的类型SSTable定义如下: typedef struct { KeyType key; ... ... // 其他数据域 } ElemType; typedef struct { ElemType *elem;

数据结构第9章数据结构anyview作业系统答案

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-01-08 01:01:34

现在有的题目已经更新,里面有一些没有