资源列表
1
- 赋值语句的翻译,实现加减乘除四则运算,还可以进行指数运算。-Assignment of the translation, to achieve the four fundamental operations addition, subtraction, also can index operations.
FUJIAN3
- (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
longestPalindrome
- 求最长回文子串 第一种解法:动态规划(内存分配较多,且时间复杂度为O(n^2))第2种解法:Manacher算法-Find the longest palindrome substring First Solution: Dynamic Programming (memory allocation more, and the time complexity is O (n ^ 2)) The second solution: Manacher algorithm
picture
- 线段树的C代码实现 可以实现高效的区间求和等算法
graph
- 一个关于图的数据结构程序,涵盖这四种图的表示方法和实现方式!-A graph data structure procedures, covering the four graphs that the methods and the realization of the way!
main
- Dijstra算法 很有名了 数据结构必修-Dijstra algorithm required data structures known
DatastructureBinaryTree
- 数据结构二叉树的几种遍历方法
parking
- 停车场是一个可以停放n辆汽车的狭长通道,车辆按到达停车场时间的早晚依次从停车场最里向大门口处停放如果停车场已放满n辆车,则后来的车只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。-Parking is a parking lot can narrow channel n cars, vehicle parking lot at the time of the morning and evening in order to reach from the c
LCsearch
- 算法:华容道问题的启发式搜索。寻求一种最优解的快速算法。-Algorithm: Huarong issues heuristic search.
Algorithm3
- 算法:停车场停车小程序,记录已有车辆,可停车辆等。-Algorithm: a small car park procedures, records have been the vehicle can be parked vehicles.
eightQueen
- 八皇后程序源代码 GUI界面 忽略了皇后不能对角线的情况-java gui
LISP-calculators
- 解决数据结构中简单LISP算术表达式计算器的代码,已经调试通过-Solve data structure, the simple arithmetic expressions of LISP calculator code, have debugging through
