资源列表
minimum-depth-of-binary-tree
- leetcode 数据结构题目中的答案,已经调试,直接运行,求二叉树的最小深度-leetcode title data structure answers have been debugging, run directly
valid-palindrome
- leetcode 数据结构题目中的答案,已经调试,直接运行-leetcode title data structure answers have been debugging, run directly
CSTH
- 研究模型,可以作为仿真的模型,在上面可以进行-Research model
line-is-interact
- 算法导论里面的关于线段是否相交以及点是否在多边形内的判断的源代码,另包含一个说明文档。-Introduction to Algorithms inside as well as on line intersects the point is within the polygon to determine the source code, and the other contains a descr iption of the document.
calculator
- c/c++控制台 计算器calculator-Calculate the value of the expression in the console, can be counted as a calculator, currently can not enter a negative
Insert-and-delete-binary-sort-tree
- 用c/c++写的二叉排序树的插入与删除,有兴趣的朋友可以看一下-Insertions and deletions using c/c++ to write binary sort tree
binary-tree
- 由c/c++写的二叉树的常见操作,比如:树的建立、计算树的深度、计算树的叶子节点-Storage and realization of a binary tree
Various-sort
- 常见的几种排序法:有快速排序,shell排序,堆排序,插入排序等-Several common sort: there quick sort, shell sort, heap sort, insertion sort, etc.
Ordered-binary-search-table
- 用c/c++写的有序表的折半查找,有兴趣的朋友可以看一下-Binary search using c/c++ to write the sorted list
GprMaxV2.0
- 地质雷达仿真软件,可以模拟各种结构,得到仿真数据。可编程也脚本文件-Geological radar simulation software can simulate a variety of structures, to get the simulation data. Programmable also scr ipt file
Combine-turn
- 软件技术基础中关于数据结构的问题:通过C语言来实现 顺序表的合并。-combine the data-turns by c.
MYAVL
- An implementation of AVL tree very useful for understanding searching in graph.