资源列表
erc
- 编写一个程序实现二叉排序树的基本运算,并在此基础上完成如下功能:-Write a program to achieve binary sort tree basic operations, and on this basis, the following functions:
1206
- Descr iption 对给定一个Pascal源文件,请检查其中 (1)begin与end (2)if,then,else 是否合法配对。-Descr iption given a Pascal source file, check which (1) begin and end (2) if, then, else the legality of pairing.
suanfa
- 里面包含了100个C语言编程的经典算法,希望对喜欢编程的人有所帮助。-Which contains the 100 C-language programming of classic algorithms, like the programming people want to help.
PQueue
- 优先级队列,输入一串数字,按从小到大排列。-PQUEUE input nums output nums inorder
HeapSort
- 堆排序,利用堆结构给指定数列排序。时间复杂度为nlog(n)。无辅助空间。算法效率稳定。-Heap sort, utilizing a stack structure to specify the number of columns to sort. The time complexity is nlog (n). No auxiliary space. Stable efficiency of the algorithm.
shujujiegou
- 这是严蔚敏写的数据结构一书的所有原代码,很有用处.-YAN Wei-Min This is the data structure to write a book all the original code, very useful.
read-a-string-to-screen
- 用c语言实现文件读出一个字符串到屏幕,运行环境vc6.0-C language implementation file read out a string to the screen, the operating environment vc6.0
fast
- 数据结构课程中的快速排序方法,控制台应用程序-Data structures course in the quick sort method, the console application
ALGraph
- 邻接链表图的代码实现,VC++开发平台,C语言描述的数据结构。-Source implementation of the adjacency lists map, VC++ development platform, the C language to describe the data structure.
r6rs-rationale
- 算法语言Scheme修订6报告——基本原理叙述
eight-puzzle
- 人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully,
SourceCodeWM4e
- Data Abstraction & Problem Solving with C++源码
