资源列表
datastructure
- 数据结构二叉树 先序遍历 后续遍历 中序遍历-Binary tree data structure traversal in preorder traversal sequence follow-up traversal
liaobiao
- 链表的常用操作。创建链表、求链表的长度、在链表中查找某个数据元素、在某个位置插入一个新的数据元素、在链表中删除某个数据元素等操作-List of commonly used operations. Create a linked list, find the length of the list, in the list to find a data element in a position to insert a new data element in a linked list opera
prolog
- 用turbo prolog编写的初级程序,是人工智能技术导论第二章的一道习题,供大家参考。-Written with the primary turbo prolog program is Introduction to artificial intelligence technology to an Exercise in the second chapter, for your reference.
2-5-3
- 使用顺序存储的线性表解决约瑟夫(Josephus)问题-Use the table to solve the linear sequence of storage, Joseph (Josephus) problem
linearCnt
- counting frequency of any substring in linear time
create_a_binary_by_myself
- 由于自己需要,上网搜建造平衡二叉树的程序结果都不满意,所以自己写了一个一边输入一边创建平衡二叉树的程序,用起来比较方便。-As my needs, I searched Internet program built on balanced binary tree but not satisfied , so I write a program when input ,while create a balanced binary tree, using them will be more conv
222
- 在一个园形操场的四周摆放N堆石子(N≤100),现要将石子有次序地合并成一堆。规定 每次只能选相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分。 编一程序,由文件读入堆数N及每堆的石子数(≤20), ①选择一种合并石子的方案,使得做N-1次合并,得分的总和最小; ②选择一种合并石子的方案,使得做N-1次合并,得分的总和最大。 -Playground in a park-shaped stone piles around the place N (N
333
- 使用c++实现的,最有装载问题,很有用的资料!-Using c++ implementation, the most loaded questions, useful information!
pku_3259
- pku3259 Bellman-Ford
PKU_2411
- Pku 2411 Mondriaan 附解题报告-Pku 2411 Mondriaan report attached to problem solving
bfsf.c
- BFS algorithm implemented using c
cyuyanjingdiansuanfa
- c语言经典算法100例,是简单的c程序代码,可以很好的了解c的语法结构,适用于初级学者-100 cases of classical algorithm c language, is a simple c program code can be a very good understanding of the grammatical structure of c for junior scholars
