资源列表
Data_structure
- 数据结构代码,包括顺序表,链表,栈,队列及其应用包括数制转换,表达式求值,约瑟夫环,括号匹配-Data structure code, including the order form, linked lists, stacks, queues and their applications including system conversion, expression evaluation, Josephus, bracket matching, etc.
a
- A*寻路算法 迷宫算法 启发函数-A* pathfinding algorithm heuristic algorithm maze
dancipanixu
- 单词排序,用于把长句子去空格,并把单词按顺序输出-Word order, for the long sentences to space, and the word sequence output
shijian
- 通过邻接矩阵,利用迪杰斯特拉和弗洛伊德两种算法,计算同一张图的具体执行时间。-Through the adjacency matrix, the use of Dijkstra and Floyd two algorithms to calculate a figure with a specific execution time.
final-exam
- 1.按递增顺序依次列出所有分母为40,分子小于40的最简分数。 2.在歌星大奖赛中,有10个评委为参赛的选手打分,分数为1~10分。选手最后得分为:去掉一个最高分和一个最低分后其余8个分数的平均值 -1. All listed in ascending order of the denominator is 40, the most simple molecules smaller than 40 points. 2. In the star Grand Prix, there are
OptExer3ssd5
- This the best solution for optional exercise 3 for ssd5) it was the grade was 100)-This is the best solution for optional exercise 3 for ssd5) it was the grade was 100)
datastruct
- C#数据结构基本基本程序,可实现线性表、队列、栈、数、图等基本功能-C# data structure is basically the basic procedures
How-to-Solve-It
- 经典算法入门书籍,适合各种需要算法入门人了解比较常见的算法-Classical algorithm introductory book, suitable for all kinds of people need to understand the more common algorithms start the algorithm
beibao_fei_digui
- 背包问题的非递归程序,希望大家能用的上。-I don t know.
01Backpack
- 01背包问题的C++实现,包含Knapsack算法以及改进后的Knapsack算法。参考书籍:《算法设计与分析》。-01 knapsack problem of C++ implementation, including the Knapsack Knapsack algorithm and improved algorithm. Reference books: " Algorithm Design and Analysis."
maxsum
- 动态规划的经典例题,求一个序列的最大子段和问题。-The classic example of dynamic programming, find a sequence of the largest sub-segment and problems.
prim
- prim算法实现最小生成树,一个较为简洁的代码。-prim minimum spanning tree algorithm, a more concise code.
