资源列表
BigInt
- 超大整数类,支持加减乘除取余等功能,用数组实现-Large integer class to support Math modulo functions, with the array to achieve
LCS
- 利用动态规划算法寻找两个list中的最长公共子序列,并分别记录了最长公共子序列的在list中的结束位置-Dynamic programming algorithm to find the two list the longest common subsequence, and recorded the longest common subsequence of the end position in the list
Devil-Language
- 自己写的魔王语言,纯堆栈写的,对于初学数据结构的有一定的帮助.-The devil himself wrote the language, written in pure stack, the data structure for the beginner will certainly help.
king_of_monkey
- 猴子选大王,大家学习c语言链表时的经典教程之一-Monkey king elections, we learn c language tutorial list when one of the classic
HUFFMANT
- HUFFMANT算法编程语言,vc环境中适用! 《数据结构》课程的经典作业-HUFFMANT algorithm programming language, vc for the environment! " Data Structure" Course of the classic work
ACM.ICPC_Code_base_MyLib(For_ACM)
- 吉林大学. ACM/ICPC 代码库,关于图论、数据结构、网络流、树论、递归方法求解排列组合问题,以及ACM/ICPC之STL.-Jilin University. ACM/ICPC code base, on the graph theory, data structures, network flows, the tree of recursive method for solving permutation and combination, as well as ACM/ICPC of t
a
- 回溯法 马周游问题的解决 为回溯法的应用提供典型例证。-Backtracking.Use to solve horserolling
g
- 简单的排序 c++开发 初学者不好意思 就是数字排序问题 -Simple sort c++ development is the number of scheduling problems for beginners Hey sorry
lib1
- 图书馆管理系统,是数据结构的课程设计-Library management system, the data structure of curriculum design .....................................
shiyan1
- 1)问题描述:在主程序中设计一个简单的菜单,分别调用相应的函数功能: 1…建立链表 2…连接链表 3…输出链表 0…结束 2)实验要求:在程序中定义下述函数,并实现所要求的函数功能: CreateLinklist( ): 从键盘输入数据,创建一个单链表 ContLinklist( ):将前面建立的两个单链表首尾相连 OutputLinklist( ):输出显示单链表 -1) Problem Descr iption: In the main progra
mproject
- (1)以邻接表作存储结构; (2)源点可任意指定;输出从源点到其余各顶点的最短路径; -The shortest path between vertex programming
quicksort
- 是数据结构实验的一部分,可实现快速排序的功能-Data structure is part of an experiment, enabling the function quicksort
