资源列表
SD
- 深度优先搜索,实现非连通图的深度优先搜索。-Depth First Search
Stack
- c语言实现的数据结构,链栈的实现,里面包含多个接口-C language- data structure, the realization of the chain stack, including multiple interfaces...
hashwork
- 可以把樹跟sic列出來,然後有3種排列方式,看要用哪一種-You can follow the tree sic listed, then there are three kinds of arrangement, to see what kind of use
boggle-board.git
- 用三维数组和贪婪算法搜索数据bogglePlayer class conforming to the BaseBogglePlayer interface.Utilizes a simple vector for storing the board-boggle board
LinkList
- 单链表的创建,节点的插入,节点的删除,清空链表,销毁链表-Single list creation, node insertion, node deletion, emptying the list, and so destroy the list
_DataStructure_C_Impl
- 线性表、栈、队列、串、数组、广义表、树、图、查找及排序-datastructure implements by c seqlist,stack,queue,string,array,tree,search,sort and so on.
MicrosoftInterview100Problems
- 本人做的微软面试100题C语言实现部分,希望能够提供帮助-Microsoft Interview 100 problems
dynamic-programming
- 动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。20世纪50年代初美国数学家R.E.Bellman等人在研究多阶段决策过程(multistep decision process)的优化问题时,提出了著名的最优化原理(principle of optimality),把多阶段过程转化为一系列单阶段问题,利用各阶段之间的关系,逐个求解,创立了解决这类过程优化问题的新方法——动态规划。-Dynamic progr
pattern
- ISODATA c++版本实现,可以实现数据的自动分类-ISODATA c++ version to achieve, you can achieve automatic data classification
Desktop
- C++ 数据结构的 链表 ,队,栈, 二叉树, 排序, 搜索,等源代码-stack linklist bitree search sort queue
MAZE
- 用C写的迷宫寻路算法,运行环境vc++6.0,能够寻找到从入口到出口的最短路径-Written in C maze routing algorithm, the environment vc++ 6.0, able to find the shortest path the inlet to the outlet
delete-the-same-node-of-two-list
- 用c语言实现删除两个链表学好相同的节点,运行环境VC6.0-Realization of two lists by deleting the c language to learn the same node, the environment VC6.0
