资源列表
[数据结构常用算法] Dictionary
说明:字典的创建个维护 包含查找添加和删除单词等功能 有报告 代码和运行程序-Maintenance includes the creation of the dictionary to find a word to add and remove features such as code and run the program there have been reports<gaoxiancong> 在 2025-01-23 上传 | 大小:472kb | 下载:0
[数据结构常用算法] jiayouwenti
说明:用贪心算法实现加油问题的代码,而且是以C++实现的。-this is a C++!include<iostream.h> #include<fstream.h> ifstream infile("E:\\jiayou.in") ofstream outfile("E:\\jiaou.out") void jiayou(int*x,int n,int k){<龙政> 在 2025-01-23 上传 | 大小:474kb | 下载:0
[数据结构常用算法] Exercises-and-answers-data-structure
说明:数据结构习题及答案,包含数据结构相关练习题题目及答案-Exercises and answers data structure that contains the data structures related exercises questions and answers<taozi> 在 2025-01-23 上传 | 大小:474kb | 下载:0
[数据结构常用算法] SpellChecker
说明:用哈希表实现一个拼写检查器spellchecker,给定一个字典, 输入一个文本后,输出拼写有误的单词,并给出用户可能想要表达的正确的单词- In this project, you ll build a hash table and see an example of hashing in action. Many applications, including word processors, text editors, a<EricZhang> 在 2025-01-23 上传 | 大小:475kb | 下载:1