资源列表
libdatrie-0.1.0.tar
- 介绍trie数组的算法实现,国外大牛写的,很好-Introduced array trie algorithm, written by foreign cattle, very good
hann
- 汉诺塔问题的典型求解方法 哈工大的实验课作业 可以通过编译 注释完整-hanoi
hangdian1002
- A + B Problem II 杭州电子科技大学ACM在线判定系统1002题大数相加,本人写的算法,有兴趣的可以拿回去参考下,正常情况是可以AC的-A+ B Problem II, Hangzhou University of Electronic Science and Technology 1002, ACM-line to determine the system problems of large numbers add up, I wrote the algorithm, int
3
- 输入一个循环链表,每个结点存一些东西,比如存int 数字, 即构造链表, Node1(存数字3)->Node2(6)-> Node3->Node4->Node1, 然后输入一个位置,比如1, 定位到Node2,从Node2开始每隔三个Node删除一个Node,直到该链表删除完-Enter a circular linked list, each node keep some things, such as deposit int number, that is co
基于C语言的MELP算法实现
- 用C语言实现MELP(混合激励线性预测)算法的源码
0972601_hw3
- binary search tree deletion and insert
chazhao
- 数据结构课程作业,查找算法。用哈希算法下实行查找-Data structure course work, search algorithm. Under the hash algorithm used to find
yuesefu
- 约瑟夫问题,通过C语言对约瑟夫问题进行了分析和讲解,从而解决问题-Joseph problems, by Joseph C language issues are analyzed and explained, in order to solve the problem
12
- 数据结构习题答案完全版,对本科生一定有帮助-Data Structure Exercises answer full version will certainly be helpful for undergraduate students
paixu
- 快速排序 输入10个二进制数 进行从大到小排列-Quick Sort
answer
- 八皇后的程序,对学习有用,可以分享一下,加油-Eight queens program,and it is useful for your study
4
- 构造一个结构体链表,每个结点存储学生信息(如学号和姓名), 如(001, 张三),(002, 李四), 要求输入001,能找出相对的名字.即输入001,输出张三.-Construct a linked list structure, each node storing student information (such as student number and name), such as (001, Joe Smith), (002, John Doe), requiring the in
