资源列表
ToH
- The Tower of Hanoi (also called the Tower of Brahma or Lucas Tower,[1] and sometimes pluralised) is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide onto any rod. The puzzle starts wit
BT
- code for binary tree A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents.
MergeSort
- 利用非递归的方式实现归并排序。可理解为递归方法的逆过程。-The use of non-recursive merge sort. You can understand it as the inverse process of the recursive method.
bracket
- 括号字符串 一个合法的括号字符串,需满足下列情况之一 该字符串为”()” 该字符串可视作两个合法括号字符串顺序拼接,如”(())()” 该字符串形如”(+任意合法字符串+)”,如”(()())” 现在给定一个括号字符串,有一些位子的字符被’?’代替,这些问号可以任意填写为一个’(‘或者’)’,求把这个字符串填写为合法括号字符串的方法数。 【输入】 输入仅包含一个字符串,由括号与问号组成。 【输出】 输出合法字符串个数模上1000000007。 【输入样
Huffman-encoding
- 哈弗曼编码,解码,仿真通信系统,c语言,二叉树-The Huffman encoding, decoding, simulation of communication systems, c language, binary tree
监督分类
- 关于监督分类算法的源码 可以供参考 适合初学者学习的
datastruct_report
- 数据结构实验 稀疏矩阵压缩存放并实现在压缩存放的基础上转置,相加。压缩包中有源码,可执行文件,还有实验报告 -Experimental data structure sparse matrix compression storage and transpose, the sum on the basis of compressed storage. Compressed package source code, executable file, lab report
perm
- Permutations of k numbers using Stack
smo
- SMO算法的m文件以及用svr测试该算法的m文件,以及smo算法文档详细介绍及使用说明-The SMO algorithm m file and test the algorithm using SVR m files, as well as the SMO algorithm document details and instructions
Graph
- 数据结构课程实验源代码,用c语言实现图结构的基本运算,包括有向图和无向图。-Data structures course experiment source code, the basic operations of the graph structure using c language, including directed graph and no directed graph.
Bitree
- 数据结构课程实验源代码,用C语言实现四叉树结构的基本运算-Data structures course experiment source code, using C language to achieve the basic operations of the quadtree structure
DATA_LIST
- 数据结构课程实验源代码,用C语言实现链表的基本运算。-Data structures course experiment source code, using C language to achieve the basic operations of the linked list.