资源列表
nQueen
- N皇后问题:拉斯维加斯算法和回溯法的结合,可以输出每次搜索的节点数(包括成功的搜索和失败的搜索),以及直到找到一个正确结点的搜索总节点数。-N Queens problem: Las Vegas, the combination of algorithm and backtracking, can output the number of nodes per search (including the failure of successful search and the search), a
AVLtree
- 使用c++实现(avl tree)均高二叉树-avl tree
Huffman
- 通过c++实现huffman树的数据结构-huffman tree
KMP
- 通过c++实现KMP算法Knuth(D.E.Knuth)、Morris(J.H.Morris)和Pratt(V.R.Pratt)-KMP Algorithms
ds_topological
- 通过c++实现数据结构topological算法-topological Algorithms
RADIXSORT
- 通过c++实现数据结构RADIXSORT-radix sort
list
- 链表写的简单的通讯录,控制台下的.....。-Simple address book written list, under the console.
5091209073_2
- 编写一个程序要求用户输入一段文字,然后按照每个单词的开头字母对这段文字分类统计单词的数量并排序输出。(sjtu 二专 作业2)-Write a program that requires the user to input a paragraph of text, and then follow the first letter of each word on the statistics of this text and sort out the number of words. (Sjtu
shuangxiang
- 双向链表的建立 插入 遍历 删除 及菜单的建立等模式-双向链表的建立 插入 遍历 删除 及菜单的建立等模式
queue
- 用模板实现的优先队列,双向链表等,对于初学者有一定实用价值-Priority queue with the templates, two-way linked list and so on, have some practical value for beginners
two-unary-polynomial-of-the-product
- 用C语言实现两个一元多项式的乘积,输入数据为两行,分别表示两个一元多项式,每个一元多项式以指数递增的顺序输入多项式各项的系数、指数。最后以指数递增的形式输出乘积。-C language with two unary polynomial of the product, the input data for the two lines, respectively, two unary polynomials, each one dollar increase in the order of pol
tongji.c
- 用链表作为存储结构,用户输入学生学号及成绩,统计出分数最高的-Storage structure with a linked list as the user enters numbers and achievements of students in school, the statistics of the highest scores
