资源列表
labyright
- 用0、1制作一个简单的迷宫,1为可行,0为不可行,寻找一条走出迷宫的道路-make one labyrinth with 0 and 1,0 makes the wall and you can walk if it is 1.this program is to find one path in this labyrinth.
SearchMaze-C
- 完整的电脑鼠走迷宫算法,能完成迷宫搜索,以及迷宫冲刺的功能。-The computer mouse maze algorithm to complete the maze search, and maze sprint functionality.
suanfa
- 介绍了贪心算法和回溯算法的基本思想,并举列说明形成树结构图。-Describes the greedy algorithm and the basic idea of backtracking algorithms, both columns that formed the tree structure.
bus_stop
- 停车场管理系统,用队列和栈实现车辆管理,记录车辆到达和离开时间-bus stop system,using stack and ...
2159
- ACM 2159题 计出现的的字母中相同字母的个数-The same number of letters in the letter of the ACM 2159 title count appears
Algorithm-optimization-strategy
- Algorithm optimization strategy,讲述了算法优化策略的常见方式,是陈晓东编写的课堂课件-Algorithm optimization strategy, algorithm optimization strategy described common way is to write the classroom courseware Daniel Chan
queueSimulation
- It is a GUI csharp program aim to simulate the waiting time in the bank which can help the bank adminstration to deside on the require number of tellers that keep the customer satisfy with thier service,
Sort-to-find
- 建立一个树形数据结构来存储字母信息,然后通过相应的方法查询所存储的字母。-The establishment of a tree data structure to store alphanumeric information, and then through the corresponding method to query the stored letter.
GB-unicode
- 中文,UNICODE码互换程序,方便网页编程人员查看例如:天;地;沙;鸥;这样的字符-Chinese, UNICODE code swaps in order to facilitate web programmers see for example :
zhby1990
- 北大poj 上的题集 acm 我做过的题-Acm question I have ever done on the problem sets in Beijing University poj
Linear_time_sorting
- 这是算法课程中的两个基本线性排序的实现,分别是桶排序和计数排序,他们能够在线性的时间内实现排序,这基于被排序数据自身的特性,但是这种特性也局限了这种排序算法的通用性。-This is the implementation of linear sorts,including bucket sort and counting sort.They can be finished in linear time,while this feature is based on the their own tr
linkedlist
- 大学计算机专业数据结构中的单链表,用C++编写。-University computer science data structure linked list, using C++ written.
