文件名称:xianxingbiao-leimoban
介绍说明--下载内容均来自于网络,请自行研究使用
设计通用线性表类(模版),可实现构造空表、两种生成表的方式(生成数据无序表及生成数据升序排列表)、在有序表中搜索一个关键字数据、在有序表中删除某个关键字数据、输出当前数据表中的元素。
加深初学者对c++通用线性表类模板的理解。-Design general linear table class (template), you can construct an empty table, two approaches for generating the table (to generate the data unordered list and generate data in ascending row of the list), search for a keyword data in an ordered list, The sequence table to delete a keyword and the data output of the current data table of elements. To deepen the understanding of beginners c++ general linear list class template.
加深初学者对c++通用线性表类模板的理解。-Design general linear table class (template), you can construct an empty table, two approaches for generating the table (to generate the data unordered list and generate data in ascending row of the list), search for a keyword data in an ordered list, The sequence table to delete a keyword and the data output of the current data table of elements. To deepen the understanding of beginners c++ general linear list class template.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
线性表类模板.txt