资源列表
求二叉树根结点到叶子结点的所有路径
- 求二叉树跟结点到所有叶子结点的所有路径,并打印出来。
selection_sort
- selection sort is a sorting algorithm used for sorting data
graohliantong
- 利用深度优先遍历,判断无向/有向图的连通性的程序。-Using depth-first traversal to determine undirected/directed graph of the connectivity process.
link3
- 链表中的一个简单应用,通过一个小的实例来展现链表的相关知识-an simple example of link
Sort-a-set-of-eigenvectors-and-corresponding-eige
- Sorting the eigen vectors
a
- 比n大的最小回文数问题,c语言简单实现。 主要考虑n的长度为奇数和偶数-Smallest palindrome larger than n, c language simple. The main consideration of the length of n for odd and even
queen
- 魔王语言,运用栈及队列实现字符倒置,输入一段字符串,例如:abcdAB(A-sae,B-saedsae) 输出:eaebecedesaetsaedsae-Beelzebub language, use the stack and queue to realize character inversion, enter A string, for example: abcdAB (A- the sae, B- saedsae) Output: eaebecedesaetsaedsae
disjoinset
- 自己写的并查集数据结构,用于实现不相邻集合的查找与合并-Write your own and check the set data structure used to implement a set of non-adjacent Find and merge
number-of-linked-list-node
- 该源码用c语言编写,可以计算出链表结点的个数,是练习数据结构中链表算法的一种基础程序。-The source code using C language, can calculate the number of nodes of the linked list, is a basic exercise program data structure linked list algorithm.
jose
- 用C++语言实现的约瑟夫问题,主要采用链表结构,可以自己输入总人数以及存活的间隔。-Joseph problem with C++ language, the main use of the list structure, you can enter your own survival as well as the total number of intervals.
matrix
- 适合数值计算中的大矩阵相乘的算法 两个矩阵相乘的源程序 标准的C语言编辑
2823SlidingWindow
- 算法编程题,北京大学OnlineJudge 2823SlidingWindow-2823SlidingWindow