资源列表
1125
- 北大在线做题系统1125题 经典题目 值得一做
2005060520531520905
- 2.1 利用单向循环链表存储结构模拟此过程,按照出列的顺序输 出各个人的编号。2.2 建立输入处理数据,输入m的初值,n的值 ,输入每个人的密码,建立单循环链表。2.3 建立一个输出函数,能正确的输出序列4.1 本演示程序中,利用单向循环链表存储结构存储约瑟夫环数据(即n个人的编号和密码)。4.2 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中需要输入的数据,运算结果显示在其后。4.3 程序执行的命令包括:① 构造单向循环链表;②查找满足
AVL-Tree
- AVL tree implementation without pointer. Query,Insert,Erase in logN.
Merge
- 假设有两个按元素值递增有序排列的线性表A和B,均以单链表作存储结构,请编写算法将A表和B表归并为一个按元素值递减 有序(即非递增有序,允许表中含有值相同的元素)排列的线性表C,并要求利用原装(即A表和B表)的结点空间构造C表。-Suppose there are two elements of value increasing by an ordered arrangement of the linear forms A and B, are linked to a single stora
kingf
- 数据结构中的链表的插入删除,基于VC++编程环境-Remove list of insertion
HuffmanCoding
- 实现赫夫曼编码功能。利用数据结构典型算法,c语言构造最优二叉树实现赫夫曼编码-Implement Huffman encoding. Typical algorithms using data structures, c language binary tree structure to achieve optimal Huffman coding
gose
- 这是一共用高斯消元法实现的解方程的程序,时间复杂度为o(n^3)-This is a common Gaussian elimination procedure for solving equations to achieve the time complexity is o (n ^ 3)
Cpp1
- 要求利用插入运算建立线性链表,完成链表的查找、删除等运算-To insert the operator to establish the linear list, complete the linked list to find, delete operations
stack
- 用链表实现栈:成员函数包括出栈、入栈、检查空栈、满栈等。-Achieve stack using a linked list: member function including a stack, stack the check empty stack and full stack.
Hilbert_Curve
- 将地理位置相邻的二维坐标,处理为队列的一维编号,实现空间降维。-The location adjacent to the two-dimensional coordinates, treated as one-dimensional queue number, spatial dimensionality reduction.
AC-automaton
- AC自动机基于失败字典树、失败指针,查找主字符串中指定字符串集合出现的次数-The AC automaton based on the failure of the dictionary tree, failure pointer, find the number of times specified string collection appear in the main string
duilie
- 用C语言实现队列的一些基本操作,入队、出队等。-Using C language to achieve some of the basic operation of the queue, into the team, a team and so on.