资源列表
floyd
- 动态规划的算法,求解所有的路径之间的最短路径,时间复杂度在O(n3)-Dynamic programming algorithm for solving the shortest path between all paths, the time complexity of O (n3)
multiply
- 数据结构实验。利用单链表实现多项式的加法和乘法。-Data structure experiments. Polynomial addition and multiplication using a single linked list.
BresenhamLine
- 在VC中实现Bresenham算法画直线-Bresenham algorithm in VC draw a straight line
erchashu
- 实现二叉树的查找 删除的操作 c语言版的-This is a binary tree of two to achieve the C language curriculum design
reverselist
- 这段小程序可以实现单向链表的反向操作,凑够20个字。-This program can be the reverse of the one-way linked list.
ex1.1
- 实现顺序表的初始化、在指定位置插入和删除元素-Order of the table is initialized, insert and delete elements in the specified location
ex1.2
- 实现单链表的初始化、在指定位置插入和删除元素-Initialization in a singly linked list, insert and delete elements in the specified location
ex2.2
- 实现队列的插入和删除操作及循环队列的相关操作-Queue insert and delete operations and circular queue operations
ssd5_Optional-Exercise-1
- ssd5练习 数据结构与算法的练习题解答,仅供参考,希望对学弟学妹有用-answer of ssd5 data of structure
Cook
- This queue object is passed to the cook class, i.e. the chefs, who ‘cook’ each of the items in the order, simulating cooking the food items. One cook object represents one cook.
ReplaceText
- 在文件中实现字符串的替换功能。需要输入四个参数。源文件名,目标文件名,需要替换的子字符串,新的字符串。-String replace function in the file. Need to enter the four parameters. The source file name, the target file name, you need to replace the substring, the new string.
algorithm
- 多种经典算法实例,包含集合,排序,搜索,矩阵等问题-Many classic algorithm example,Contains collection, sorting, search, matrix, etc
