资源列表
BST
- implement binary search tree operations
YenTopKShortestPathsAlg
- 求解网络中前k条最短路径,并且考虑重复遍历的情况-YenTopKShortestPathsAlg Solving the network before the k shortest paths
DoubleLinkList
- 一个简单的双向链表的小程序,实现了增加和删除节点的功能。-A simple two-way chain table of small program, realized the function of add and remove nodes
Algorithms-and-data-structures.
- 算法与数据结构。家园树问题。窗口移动。大小球问题。多重元素。哥德巴赫猜想。-Algorithms and data structures. HOMETREE problem. Windows mobile. Size of the ball problem. Multiple elements. Goldbach conjecture.
algo3-5
- 求解有关迷宫路径的问题的算法,可以输出最优路径,以及所有路径-path of a puzzle...
Stack-and-Queue
- 关于 队列 栈 二叉树等数据结构的经典实验及数据-On the queue stack binary tree data structure of the classic experiments and data
clisp_generate_sentences
- Clisp random sentences generation up to 27 possible combination.
Integration
- 使用变步长梯形法和Romberg积分法实现1到3上分别对e^x和1/x的积分-Trapezoidal method using variable step size and Romberg integration method to achieve 1-3 respectively for e ^ x and 1/x is integral
Josephus
- 通过循环链表解决约瑟夫环问题:一群人围坐成环,指定某人报出某个数,并从这个人开始报数,报到制定的数的人站出来,然后下一个人继续报数,依次循环,最后程序显示站出的顺序-Josephus through circular linked list to solve the problem: a group of people sitting in a ring, someone reported a designated number, and this person reported the num
leastpackage
- 实现了最小背包问题的解决,利用优先级队列来解决-Achieve a minimum knapsack problem, the use of priority queues to resolve
binomialqueue
- 实现类伯努利队列类,具有其基本功能,能够添加、删除、显示-Implementation class Bernoulli queue class, with its basic functions, the ability to add, delete, display
sequencetree
- 实现用顺序存储实现的二叉树类,具有二叉树的基本功能-Stored in order to achieve achieved using a binary tree class with the basic functions of a binary tree