资源列表
数据 结构实验
- 数学结构的一些算法实现,使用的是C语言进行实现(Some algorithm implementation of mathematical structure)
haff
- 用二进制读入的方式实现了每8位进行截断处理的哈夫曼树,有编码和译码功能(The Haffman tree of every 8 bits is truncated by binary reading, which has the function of coding and decoding.)
数据结构和算法
- 找工作笔试面试都会考的基本数据结构;都是牛客网上的笔试真题(newcoder;structure;find work;)
heap
- 利用C++实现了最大堆和最小堆的初始化,插入、删除操作,在此基础上实现了堆排序(On the basis of C++, the initialization, insertion and deletion of the maximum heap and the minimum heap are implemented. On this basis, the heap sort is implemented.)
迷宫
- 对于二维数组存储的迷宫,寻找一条最优的路径(考虑迷宫边界的问题等)(For a labyrinth of two dimensional array storage, finding an optimal path (considering the problem of the labyrinth boundary, etc.))
HuffmanTree
- huffman tree 的visual C++实现,完整版代码文件,亲测很实用。(The realization of Huffman tree)
大话数据结构+中文+PDF清晰扫描版+完整版
- 大话数据结构,数据结构入门基础教程,适合初学者(This describes the interfaces of the service, including data types and data structures)
Longest common subsequence
- 用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it with different data volume.)
最短路径算法实现
- 用dikstra算法实现,在商场地图上两个门店之间的最短距离(With the dikstra algorithm, the shortest distance between two stores on a mall map)
jspto
- 《计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》 《计算机()
34949839
- acm国际大学生程序设计竞赛2007年东京世界总决赛题目()
4832913
- ACM1000_1010竞赛的赛题,源码()