资源列表
Stack_Maze
- 用C语言写出的简单的建立矩阵迷宫的小游戏,适合刚开始学习数据结构的同学,比较简单易懂。-Using C language to write simple build matrix maze games, suitable for beginning students to learn data structures, relatively easy to understand.
link_list
- 链表 有多个链表函数 有MAKEFILE 实现多个链表功能-Linked list function has more than one multiple list functions MAKEFILE
33LC_Book_110105A
- Algorithm Analysis in C-Algorithm Analysis in C++
bitree
- 二叉树的编写 可生成二叉树 运用了二叉树的算法-Write a binary tree can be generated using a binary tree binary tree algorithm
qsort_my
- 快速排序的实现 可输入数组长度 随机函数课随机生成数据-Quick sort input array length can be randomly generated data
TYVJ_P1238_Pascal
- 好东西就要拿出来,TYVJP1238,是forld算法的典型,标准算法是宽搜,这个也很别致的 -Good things will come up, TYVJP1238, is forld algorithm is a typical, standard algorithms are wide search, this is also very chic
jinzhi-switch
- 如何利用数据结果里面的堆栈实现十进制和八进制之间的转换,这个程序简单易懂,初学者应该很好用-how to switch the decimal system to octonary number system,this is gonna tell you make it use stack!
fork alghorithmb in c
- fork alghorithmb in c , an example for c learning
tu
- 数据结构课程中图的操作。 大学课程数据结构实验作业代码。自测通过。-Data structure curriculum drawing operation. Experimental data structure university course work code. Self-test passed.
main
- 6.用十字链表存储一幅无向图,并用深度/广度搜索算法,输出无向图。-6. Cross Chain store with an undirected graph, with depth/breadth search algorithm, the output undirected graph.
main
- 统计一篇文章中字母’a’~’z’(不分大小写)出现概率,对字母完成Huffman编码算法的设计与实现。-Statistics article in the letter ' a' ~ ' z' (case insensitive) probability of occurrence of the letter to complete Huffman coding algorithm design and implementation.
1
- “猜数字”游戏。计算机给出一个“10~15位长的数字”(假设每个数字0~9不允许重复4次以上),用户每猜一个数,计算机便告诉用户,他所猜的数字中,位置正确的数的个数,以及数字正确而为之不正确的数的个数。用户根据计算机的提示不断猜测答案。-" Guessing" game. Computer gives a " 10 to 15 long number" (assuming each number from 0 to 9 allowed to repeat fo