资源列表
任意基数阶魔方块
- 基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law fil
OrderlyCyclingMerger
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data f
zhan
- 用栈实现二叉数的遍历 其中构造的栈是一个动态的栈-Use stack to achieve the number of ergodic binary structure in which the stack is a dynamic stack
Hashtable
- 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm
main
- 一元多项式乘法 包含密运算 新学数据结构的可以参考参考 -One dollar secret polynomial multiplication operations include the new data structure can refer to reference
Sequence
- 以c++实现的基础排序算法,包括直接插入排序,选择排序,冒泡排序,堆排序。-To c++ implementation of the basic sorting algorithm, including direct insertion sort, selection sort, bubble sort, heap sort.
paixu
- 本程序是用V#编写的。可实现选择程序和冒泡排序。可参考学习-V# This program is written. Selection process can be realized and bubble sort. Refer to learning
shunxubiao
- 里面包含了数据结构这本书里关于顺序表的源代码,可以下来直接用-Period of the order of table creation, insert elements and procedures to find the sequence tables
code
- 该程序用c++语言实现了计算机专业课中算法设计学习中经典的多边形游戏和最大子段和问题-The program c++ language to achieve the classic polygon game in the study of algorithm design and the largest sub-segment and problems
morphology-analysis
- 词法分析器,将我们编写的文本代码解析为一个个记号,分析得到的记号供后续语法分析使用-morphology analysis,transform text to mark,and the mark can be used for subsequent grammer analysis
SortedList_to_BalancedBinaryTree
- 给定一个升序排列的有序单链表,将其转换为一棵平衡的二叉搜索树。-Ordered to set a single list in ascending order, to convert it to a balanced binary search tree.
KMP-algorithm
- 写了一个myString类,用于展示KMP 算法,有少量注释。-KMP algorithm, a small amount of Notes.
