资源列表
[数据结构常用算法] Ex1
说明: public: List() //构造函数 int size() const //返回链表的长度 bool full() const //返回链表是否已满 bool empty() const //返回链表是否已空 void clear() //清空链表 int retrieve( int position, string &x ) const //获取链表第position位置的元素到x,成功返回0,否则<hannianqiao> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] The-Optimal-Path-Algorithm
说明:实现多个点的连接网络中,查找出最短路径,并计算出两点的最短距离。-Multiple points of connection network, find the shortest path, and calculate the shortest distance between two points.<jiyu> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Solving-expressions
说明:简单算术表达式的求解,利用栈的后进先出的特点,加入了对算式合法性的判断-Solving simple arithmetic expression, the use of LIFO stack characteristics, added to the formula to determine the legality of<ryan> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Binary-tree
说明:建立二叉树存储结构,求二叉树的前序中序后序遍历,以及求指定节点的路径-The establishment of binary storage structure, seeking pre-order binary tree traversal in order after the order, and find the path specified node<nikita> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] expression
说明:C编写的利用栈实现表达式计算。其中记录入栈出栈的次数。-Written in C using the stack to achieve expression evaluation. Which records the number of stack stack.<oracle> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] BExpression
说明:C编写表达式计算。利用二叉树实现。数据结构的大作业。可以与栈实现进行比较。-Written in C expression evaluation. The use of binary tree implementation. Data structure of the major operations. Compared with the stack can be achieved.<oracle> 在 2025-01-12 上传 | 大小:2kb | 下载:0