资源列表
[数据结构常用算法] sudoku
说明:C++解数独的代码,使用了三种方法,依次对应解决不同难度的数独,并且最后采用由堆栈为基础数据结构的深度优先搜索法解数独,可以保证解决所有的可解数独。使用了STL的bitset,利用位操作节省内存。-C++ code alone the stops, using three methods, followed by the corresponding number of varying difficulty to solve alone, and Finally the data structur<wjn_nb> 在 2025-06-20 上传 | 大小:360kb | 下载:0
[数据结构常用算法] alphabetSort
说明:实现输入字母的排序功能,可以对字母升序和降序排序-Sorting the input letters, the letters can be sorted in ascending and descending<yyun> 在 2025-06-20 上传 | 大小:1.78mb | 下载:0
[数据结构常用算法] Graph_Linked_BFS
说明:source code to implement breath first scanning usimh link list in java<sagar> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Sequence
说明:一个法雷序列算法,对任意给定的一个自然数(n<=100),将分母小于等于n的不可约的真分数按上升的次序排序,并且在第一个分数前加上0/1, 而在最后一个分数后加上1/1。-A method mine sequential algorithm, for any given a natural number (n < = 100), less than or equal to the denominator of the proper fraction n irreducible sort<徐虚> 在 2025-06-20 上传 | 大小:403kb | 下载:0