资源列表
算法竞赛入门经典 第2版
- 刘汝佳的算法竞赛入门经典第二版 高清非扫描。(Algorithm competition portal classic)
8-校园导游
- 校园导游 基于C语言的数据结构日常实验课作业(the guide of the campus)
二叉树
- 二叉树的前序遍历,中序遍历以及后序遍历。(traversal of binary tree)
C
- 数据结构与算法分析:C语言描述(第2版)(附源码和答案)(Data structure and algorithm analysis: C language descr iption (Second Edition) (with source code and answer))
贪心算法
- 贪心算法的详细说明,哈哈哈哈哈哈哈哈哈哈哈(Greedy algorithm is described in detail)
动态规划
- 动态规划的详细说明,比较简单易懂,哈哈哈哈哈(Dynamic programming is described in detail)
trie
- A implementation of Trie
migong
- 这是在C语言环境下实现迷宫数组自动寻迹的程序(This is in the C language environment, the realization of the maze array automatically tracing procedures)
自来水管道架设问题
- 自来水管道架设问题 【问题描述】 若要在八个居民区(A区、B区、C区、D区、E区、F区、G区、H区)之间架设自来水管道,如何以最低的经济代价架设这个自来水管道。 【基本要求】 利用二种方法Prim算法和克鲁斯卡尔Kruskal算法生成自来水管道的架设方案(Two methods, Prim algorithm and Cruise Carle Kruskal algorithm are used to generate the water pipe erection scheme)
双链表实现房产销售工人信息管理系统
- 利用C语言(双链表)实现房产销售工人信息管理系统 【1】查找工人信息 【2】插入新工人信息 【3】删除工人信息 【4】工资合计 【5】统计 【6】按销售套数排序(The use of C language (double linked list) to achieve real estate sales
rbTree
- 用C语言实现红黑树基本操作,rbTree.h为定义了函数的头文件,rbTree.cpp可用来测试(code for basic operations of Red/Black Tree)
Gossip spread in social network Models
- 网络谣言传播模型等。八卦几乎不可避免地出现在真实的社交网络中。在这篇文章中我们调查 一个人的朋友数量之间的关系和对八卦有多远的限制 该人可以在网络中传播。(Gossip almost inevitably arises in real social networks. In this article we investigate the relationship between the number of friends of a person .)