资源列表
TwoLargerNumberMultiplication
- 利用栈的思想,实现两个大数相乘,其中,栈是自己定义完成的-The stack of ideas, the realization of two large number multiplication, which is the definition of their own to complete, stack
ArrayStruct_josephus
- 用顺序结构解决约瑟夫问题,这是数据结构中的一个重要部分-The solution of the Joseph problem with the order structure, which is an important part in data structure
LinkStruct_josephus
- 用链表结构解决约瑟夫问题,这是数据结构中的一个重要部分-The solution of the Joseph problem with chain structure, which is an important part in data structure
C-suanfajingdian
- C语言经典算法合集, Char1-char20-Classic C language algorithms Collection, Char1-char20
Data-structure-data
- 《数据结构》是研究非数值计算的程序设计中计算机的操作对象以及它们之间的关系和操作等等的学科. -"Data structure" is between a computer program design and calculation of the non numerical operations in the objects and their relationships and operations and so on subject.
Queue
- queue 队列 数据结构实习作业 课后实习-queue queue data structure after-school internship internship job
maps
- maps 数据结构实习作业 代码有一点小问题-maps internship job code data structures have little problem
linkedlist
- linkedlist 数据结构作业 课后实习-linkedlist after-school job placement data structure
heap
- heap 数据结构 课程作业 java实习-heap data structure java internship course work
hash
- hash table 数据结构 课程作业实习 -hash table data structure course work
hafuman
- 使用哈弗曼算法,对文件进行压缩然后再进行解压。-Use the Huffman algorithm to compress the file and then decompress.
tree
- 实现二叉树的先序遍历,中序遍历和后序遍历的递归和非递归算法,以及层次遍历的算法。 用二叉树来表示代数表达式,树的每一节点包括一个运算树,代数表达式中包含“+”,“—”,“*”,“/”和一位整数且没有错误,按照先乘除后加减的原则构造二叉树。 构造一颗哈夫曼树,输出对应的哈夫曼编码和平均查找长度。-Recursive and non-recursive algorithm binary tree preorder, preorder and post-order traversal, and