图  0.1
数据结构_第13章
ch8_2.cc File Reference

程序设计题第2题:顺序查找有序单链表 More...

#include <algorithm>
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <iostream>
#include <list>
Include dependency graph for ch8_2.cc:

Go to the source code of this file.

Namespaces

 Find
 

Functions

template<class InputIterator , class T >
InputIterator Find::find (InputIterator first, InputIterator last, const T &val)
 顺序查找一个顺序单链表 More...
 
int main (int argc, char const *argv[])
 测试程序 More...
 

Detailed Description

程序设计题第2题:顺序查找有序单链表

Author
Guorui Wei (31301.nosp@m.7602.nosp@m.@qq.c.nosp@m.om)
Version
0.1
Date
2020-07-05

See the file LICENSE in the top directory of this distribution for more information.

Definition in file ch8_2.cc.

Function Documentation

◆ main()

int main ( int  argc,
char const *  argv[] 
)

测试程序

Parameters
argc参数个数
argv参数数组
Returns
int 返回值
Warning
要求.exe对其所在的目录有读写权限

部分测试结果将输出到一个文本文档中

Definition at line 62 of file ch8_2.cc.

References Find::find().

Here is the call graph for this function: