资源列表
[数据结构常用算法] Josephus-application-problems
说明:写的一个程序,内容是:一组人(n个),围成一圈,从某人开始数到第三个的人出列,再接着从下一个人开始数,最终输出最终出列的人 (约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。) -A group of people (n points), cir<江柳琳> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] -Data-Structure-Queue
说明:包含数据结构中队列的链式存储和队列的顺序存储方式,不错的代码-Order memory contains a queue data structure chain storage and queue, good code<yu > 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] Data-Structure-Stack
说明:包含数据结构的栈的链式存储和栈的顺序存储,里面含有栈的创建,删除,插入,销毁等方法-Contains the data structure of the stack chain store and the order of the stack storage, which contains the stack to create, delete, insert, destroy and other methods<yu > 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] bracket_matching
说明:括号匹配是栈的一种经典应用。本功能主要是实现输入一串字符(里面包括左括号右括号等),判断你的括号是否有相应的匹配值。如果没有则返回错误并退出程序。-bracket matching program is the typical application of stack. the program of it is to check whether the sequence have been right in the aspect of<冯严> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] FundamentalsLab
说明:basic ai fundamentals queue list data structures lab project tree traversal depth-first pre-order depth-first post-order breadth-first traversal linked list data structure queueing behavior sequence and selector behavior<> 在 2024-11-19 上传 | 大小:7kb | 下载:0
[数据结构常用算法] permutations-and-combinations
说明:经典DFS排列组合算法,简洁代码极易懂,使用DEV编写并编译,参加算法比赛必备算法- Classic DFS permutations and combinations algorithm, concise code is very easy to understand, the use of DEV to prepare and compile, to participate in the algorithm game algor<黑所> 在 2024-11-19 上传 | 大小:7kb | 下载:0