资源列表
source3
- 以一个案例说明逻辑问题及其解法: 某地刑侦大队对涉及6个嫌疑人的一桩疑案进行分析-Case is an illustration of a logic problem and its solution: a place in the Criminal Investigation Brigade of the six suspects involved in the analysis of a mystery
matrix-inversion
- 本程序实现了矩阵求逆的功能,也是用C++语言的,简单详细-This program implements the function of matrix inversion, but also with C++ language, simple details
Call-all
- 合并两个有序链表并删除重复字节,在c++下使用-Merge two sorted linked list and remove duplicate bytes, use the c++
Cross_Lian
- 十字链表的实现代码,用于稀疏矩阵的压缩十分搞笑的算法。-cross linked list
wuxiangtu
- 无向图的邻接矩阵表示法验证程序的源代码比较初级便于练习-wuxiangtu linjie juzhen yanzheng chengxu yuandaima chuji
ysf
- 约瑟夫环,使用链表解决约瑟夫环的数据结构问题。
BitTree
- C/C++实现对二叉树的各种遍历、求叶子节点数等操作。结构清晰、有注释。-C/C++ implementation of the various traverse binary tree, find the leaf nodes and other operations. Clear structure, with comments.
1
- 用链表行使存储一个字符串,输入、删除某个字符串,最后按正序、逆序两种方式输出字符串-The exercise of a linked list to store a string, enter, delete a string, and finally by the positive sequence, two ways to reverse the output string
linklist
- 链表实现,用c++实现的链表的建立,链表元素的删除,插入,查找等功能-Linked list, linked list using c++ to achieve the establishment of linked list elements delete, insert, search
SAM
- 后缀自动机的模板代码,是用来研究模式匹配算法不错的资料。-Suffix automaton template code is used to study the pattern matching algorithm good information.
traverse-postfix-to-prefix
- To create a expression tree and traverse postfix to prefix and infix.
Odd-Even-Linked-List
- 将链表中位置为奇数的数字接到所有位置为偶数的数字后面,且不能改变其相对顺序-Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the value in the nodes.