资源列表
Hash
- C实现哈希表二次探测再散列源代码,可以直接使用-Quadratic probing hash table implemented in C source code re-hash, you can directly use
red-black-tree-c
- 红黑树的源代码,c语言版本。非常的详细。-c,red-black tree
data-structure
- 基于C++的数据结构所有课件,比较实用,需要的可以-C++ based data structures for all courseware, more practical, need to look at
980507(Network-flow-IPII)
- 演算法程式設計課堂練習檔,本檔為visual studio之c/c++專案資料夾壓縮檔,內容為network flow之練習題-the practicing file of the computer algorithm course
hao
- 链表综合操作包含,数据输入,输出,删除,插入,排序等-List contains the integrated operation, data input, output, delete, insert, sort, etc.
MARK_KNN
- k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
Java-data-structure-
- java数据结构与算法,适合初学者学习使用-java data structures and algorithms, suitable for beginners learning to use
iterative
- 利用VC++实现公式的迭代求解方法,计算速度比较快-Using VC++ implementation of the iterative formula method to calculate faster
Introduction-to-Algorithms.2nd.EN
- 算法导论中文版第二版。不是94年版的数据结构和算法。当时在网上找这本书的时候发现很多写着算法导论但是下载后发现都是现代计算机常用数据结构和算法。所以上传给需要的朋友们!-Introduction to Algorithms second edition of the Chinese version. Not the 94-year version of the data structures and algorithms. At that time the Internet looking fo
CPP-Algorithm-Guinness
- C++算法大全中文版。好的算法对成为一个优秀的程序员是很有必要的。学习别人的算法,消化成自己的东西!有需要的朋友可以下载看看。-C++ algorithms Daquan Chinese. Good algorithm to become a good programmer is very necessary. Learn other people s algorithms into their own things to digest.
graph(linjiejuzhen)
- 基于C++模板,用邻接矩阵的方式,实现了基本的Graph(map)的构建,并实现了深度优先搜索和广度优先搜索,同时加入了测试用的数据读入和写入函数,便于调试和在本代码基础上进行进一步扩充。-Based on C++ templates, adjacency matrix, enabling a basic Graph (map) to build and achieve a depth-first search and breadth-first search, also joined the
Test_List
- 本代码,实现了基本的链表结构,同时完成了链表的翻转操作。链表的翻转是IT程序员面试时的常见问题,对找工作的同学,进一步了解链表的性能,有很大的帮助。-The code to achieve the basic linked list structure, and complete list of the flip operation. Flip is a list of common IT programmer interview questions for students to find w
