资源列表
[数据结构常用算法] Stack_Queue
说明:Applet演示程序,栈是一种先进后出(FILO)的线性数据结构,先进后出的意思就是……举个例子吧-Applet demo, after the stack is an advanced out (FILO) of the linear data structure, advanced means of the following ... ... Let me give an example<hl> 在 2025-01-17 上传 | 大小:19kb | 下载:0
[数据结构常用算法] Create_and_bianli_BiTree
说明:c语言实现的 算法思想: 根据完全二叉树的定义,对完全二叉树按照从上到下,从左到右的层次序遍历应该满足: (1)某节点没有左孩子,则一定无右孩子 (2)某节点缺左或右孩子,则其所有后继一定无孩子。 若不满足上述任何一条,均不为完全二叉树。 (3) 利用栈先序遍历 -c language implementation of the algorithm is thinking: According to the<lll> 在 2025-01-17 上传 | 大小:19kb | 下载:0
[数据结构常用算法] L_A_distance
说明:Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".<peter> 在 2025-01-17 上传 | 大小:19kb | 下载:0
[数据结构常用算法] Binary_Tree
说明:用c#实现二叉树(二叉树的前序,中序,后序遍历,以及删除节点等功能)-To use c# to achieve binary tree (binary tree preorder, inorder, postorder, and delete nodes and other functions)<淡靥> 在 2025-01-17 上传 | 大小:19kb | 下载:0
[数据结构常用算法] MultiLinkedList
说明:一个四维链表的实现,代码的实现思想很有意思,对于学习数据结构的朋友有很大的参考价值。-A four-dimensional linked list implementation, the code to realize a thought is very interesting to study the data structure for a friend have great reference value.<lizhe> 在 2025-01-17 上传 | 大小:19kb | 下载:0
[数据结构常用算法] singlyLinkedLink
说明:singly linked list by c-singly linked list by c++<kellyjo> 在 2025-01-17 上传 | 大小:19kb | 下载:0
[数据结构常用算法] Huffman-code-decode
说明:test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。-test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents accord<Felix> 在 2025-01-17 上传 | 大小:19kb | 下载:0