资源列表
JosephList
- 自己上课的时候写的一个程序,关于约瑟夫环的-just a text
juzheng
- 本程序是矩阵的实现,包括矩阵的数据结构,矩阵的构造,矩阵的逆置,用c++实现。-This program is the realization of the matrix, including matrix data structure, matrix structure, the inverse of the matrix set, with c++ implementation.
1
- 编写程序将一副牌随机发给4个玩家,对玩家手中的牌按花色和点数进行排序后显示发牌结果。-Programming will be a card randomly distributed to four players, the player' s hand sorted by color and number of points displayed after licensing the results.
knapsack
- knapsack problem solution
Expression_evaluation
- 表达式求值,求多项表达式的结果 如:3*5+3*8=15+24=39 运用堆栈进行分级运算,支持小括号。-Expression uation, seeking polynomial expression of results Such as: 3* 3* 5+ 8 = 15+ 24 = 39 Grading operation using the stack, support for small brackets.
POINTSTR
- a simple code for using pointer in data structure
suffix-array
- A simple to code implementation of suffix array. Complexity : Nlog^2N
huiwen
- 回文序列 编写一个程序 来判断所输入的数字是否为回文数 回文数是指如:98789, 这个数字正读是98789,倒读也是98789,正读倒读一样,所以这个数字就是回文数。-hui wen shu xu lie
heap_test
- the c source code of heap
lengthOfLongestSubstring
- 求最长不重复子串,利用哈希表求解的,leetcode中的题目-Not repeated for the longest substring, use a hash table to solve the
Precision-algorithm
- 处理大数字的数学计算方法,处理由于庞大的数字无法在计算机中正常存储的问题。-Mathematical calculation method to handle large numbers,which solves the problem that large numbers cannot be stored in the computer normally.
QUEUE
- 队列 利用C语言来实现队列的各种操作 进队 出队等等各种操作-Queue queue using C language to implement the various operations teams out into the various operations teams, etc.