资源列表
book
- 图书管理助手,包括借书,还书,增加、删除书籍等。-Library management assistant, including library books, add, delete books.
shot.c
- shortest path algorithms
linklist
- 通讯录得制作,有输入、添加、查找、等功能-Address book was produced, there are input, add, find, and other functions
nqueens9901
- 著名的n皇后问题。实现结果为 请输入这是一个几皇后问题:4 4皇后问题有解为: 2 4 1 3 4皇后问题有解为: 3 1 4 2 Press any key to continue -n Queen's famous question. To achieve results Please enter several This is a Queen's : 4 Queen of the solutions to these problems : 2 4
DE
- 用数组模拟递归函数,实现递归函数的简化算法,具体要求看英文描述。-We all love recursion! Don t we? Consider a three-parameter recursive function w(a, b, c): if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns: 1 if a > 20 or b > 20 or c > 20
stack
- 用C语言实现的基于动态数组的栈结构,使用非常方便-C language-based dynamic array stack structure, use very convenient
poj3252
- poi3252,北大acm里面的题目代码。
54
- 单向的链表的各种操作,包括创建,查找,插入和删除等,并且能实现友好dos界面-One-way linked list of the various operations, including create, find, insert and delete, etc, and a friendly interface dos
时间陷阱
- 数据结构底层经典算法——时间陷阱,请大家参考-underlying data structure classical algorithm -- time trap, please refer to
vc
- 排列、组合的生成算法 排列、组合的生成算法
migong
- 数据结构实验实习题中的迷求解问题的源程序。希望对大家有用!
Theshortestpath
- 用C语言实现最短路径的计算-Using C language to achieve the shortest path calculation
