资源列表
STL--Data-strcture-and-Alogrithm
- 数据结构C++语言描述——应用标准模板库(STL)(第2版) 源代码-Source Code for STL-Based Data structure and Alogrithm for C Plus Plus Programing
acm_data_struct
- acm/icpc比赛中有关数据结构题目的模板-the model about data struct in acm/icpc
acm_stirng
- acm/icpc比赛中有关字符串问题的模板-the model about string in acm/icpc
AVL-tree
- 1、以文本的形式输入平衡二叉树的数据,第一行为结点的个数,第二行为结点的值。并构造平衡二叉树 2、以文本的形式输出平衡二叉树的先序遍历,同一行中的两个数字之间用空白字符相隔。-1, in the form of text input balanced binary tree data, the number of the first acts of nodes, the value of the second node behavior. And constructs a balanced
BinaryTree
- 给出二叉树的先序遍历和中序遍历,递归构造出二叉树并打印结果-Given binary tree preorder and inorder traversal, recursive binary tree constructed and print the results
Huffman
- 哈夫曼树的建立,加密,解密,以及解析过程,含有菜单-Huffman tree establishment, encryption, decryption, and resolution process, containing menu
BankSimulation
- 银行排队叫号模拟系统算法设计,用于解决银行客户办理业务排队问题-Bank queuing algorithm design, station to station simulation system is used to solve the problem of bank customers to handle business line
tt
- 栈和队列的源代码,对于数据结构初学者很有帮助-stacks and queues
Store-inventory-management-system
- 针对C语言的数据结构,编写的商店存货管理系统-For the C language data structure, the preparation of the store inventory management system
stackQueue
- 栈和队列的java实现,其中栈和队列均采用了多种方法创建-Java implementation stack and queue, stack and queue are adopted various methods to create
si
- 设计一个程序,计算含如下标示符的表达式的值。 1. 数值:包括整数,数值可带正、负号。 2. 一般运算符:加、减、乘、除、左括号、右括号。 3. 输出计算结果。-Design a program to calculate the value of the expression, with the following identifiers. 1. Value: an integer value can bring positive and negative numbers.
Matrix
- 自定义矩阵类,可实现乘除、求逆、求行列式等功能。-Class of Matrix,which is helpful for students.
