资源列表
CircularLinkedList
- 循环链表的一些实现及基本操作 约瑟夫环及插入-Circular linked list some of the basic operations to achieve and Joseph Central and insert
bahuanghou
- 很经典的八皇后题,并且个人认为很好看懂,非常适合c++初学者-Classic Eight Queens problem, and personally think that a good read, ideal for beginners c++
dijikshaalgo
- This the program for dijaksha s algorithm -This is the program for dijaksha s algorithm
Linkedlist
- 用于编程链表,包含单链表和双链表的处理功能,如创建、删除、插入、查找等,菜单式界面,便于用户使用-For programming linked list that contains the single linked list and doubly linked list processing functions, such as create, delete, insert, find, menu-driven interface, user-friendly
similar
- java简单字符串相似度算法代码,结果返回字符串相似率-Java simple string similarity algorithm code
zwqzwqknight
- 这是一个马跳的程序,采用贪心算法实现,希望对大家有帮助-This is a horse jump procedures, greedy algorithm, we hope to help
sf
- 学习算法写的经典算法程序,希望对大家由好处,公用分享
jiafa
- 题目描述: 一个正整数有可能可以被表示为n(n>=2)个连续正整数之和,如: 15=1+2+3+4+5 15=4+5+6 15=7+8 请编写程序,根据输入的任何一个正整数,找出符合这种要求的所有连续正整数序列。 输入数据:一个正整数,以命令行参数的形式提供给程序。-Title Descr iption: There may be a positive integer can be expressed as n (n> = 2) mon
dijkstra
- 迪杰斯特拉算法 计算图中两点间的最短路径-dijkstra
07tsinghua
- 07年清华数据结构复试的要求及考题,很有借鉴意义-2007 Tsinghua data structure requirements and re-testing questions, useful reference
multi-machine-scheduling-problem
- 用贪心算法解决多级调度问题,用C++语言实现-Greedy algorithm for multi-machine scheduling problem
maze
- 控制台输出的迷宫类的经典问题,L代表阻隔物,W代表通路,可作为解决一般迷宫问题的代表。-Console output of the classic maze problem, L on behalf of the barrier, W on behalf of access, it can solve the general mazeproblem as a representative.
