数据结构代码.docxVIP

  • 4
  • 0
  • 约1.15万字
  • 约 26页
  • 2021-12-05 发布于江苏
  • 举报
--- - - - --总结资料 - - 总结资料 数据结构代码 P20 ,例 2-1 void union (List La, List Lb){ La_len= ListLength (La); Lb_len= ListLength (Lb); for (i=1;i= Lb_len;i++){ GetElem (Lb,i,e); if(!LocateElem(La,e,equal)) ListInsert(La,++ La_len,e); } } P21, 例 2-2,将 void MergeList(List La,List Lb,List Lc){ InitList(Lc); i=j

文档评论(0)

1亿VIP精品文档

相关文档