搜索资源列表
solution
- 著名的算法导论(第二版)CLRS 的部分习题答案的解答-famous algorithm Introduction (2nd Edition) CLRS part of the answer to answer the questions
computeralgorithm
- 计算机算法书籍:计算机算法设计与分析(第2版)-Computer algorithms Books: Computer Algorithm Design and Analysis (2nd edition)
eightqueen
- 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置
DblList
- 数据结构(清华第2版)中,可重用的双向链表类-Data structure (Tsinghua 2nd edition), the reusable doublelinked list Class
LinkedList
- 数据结构(清华第2版)中,可重用的单链表类-Data structure (Tsinghua 2nd edition), you can reuse a linked list Class
SeqList
- 数据结构(清华第2版)中,可重用的顺序表类-Data structure (Tsinghua 2nd edition), the order of reusable table class
StaticList
- 数据结构(清华第2版)中,可重用的静态链表类-Data structure (Tsinghua 2nd edition), the reusable static linked list Class
BinaryTree
- 数据结构(清华第2版)中,可重用的二叉树类-Data structure (Tsinghua 2nd edition), the reusable binary tree class
HuffmanTree
- 数据结构(清华第2版)中,可重用哈夫曼树类-Data structure (Tsinghua 2nd edition), you can reuse the Huffman tree class
Data.Structure.And.Algorithms.In.C.2nd.ed.-.Adam.D
- 由Adam.Drozdek编写的数据结构和算法,C语言版的,第二版。比较经典。-Data.Structure.And.Algorithms.In.C.2nd.ed .-. Adam.Drozdek
DataStructAndAlgorithnInC
- 数据结构与算法分析c语言版,维斯版第二版源码-Source code for Data struct & Algorithm Analysis in c,2nd Edition,Mark Allen Weiss
java-support-code
- java程序设计与数据结构(第2版) 配套代码-java programming and data structures (2nd edition) supporting code
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
2nd-highest-number
- Find the highest second number from an array given by user
Data-structures-(CPP-2nd-)-Example
- 《数据结构(C++版)(第2版)》例题及一些相关程序设计-Examples of data structures (C++ Edition) (2nd Edition) " and some programming
2-2nd-Graph
- 数据结构与C++的实现并付代码,概念、头文件、源代码链表、排序、查找、图、二叉树等-Data structures and C++ implementation and payment of the code, the concept of header files, source code, linked lists, sort, find, map, binary tree, etc.
THEbestwayoftheroad
- 这是上海铁路局目前仍在使用的行包托运软件中的一部分内部算法。该题目采用1995年年底我国铁路运输网的真实数据进行编程和运行验证。 铁路运输网络中由铁路线和火车站的两个主要概念,譬如:1号铁路线表示京广线,2号铁路线表示京沪线等。 铁路线对象包括铁路线编号,铁路线名称,起始站编号,终点站编号,该铁路线长度,通行标志(00B客货运禁行,01B货运通行专线,10B客运通行专线,11B客货运通行)。 火车站对象包括所属铁路线编号,车站代码,车站名,车站简称,离该铁路线起点站路程及终点站路程。
Introduction-to-Algorithms
- 这是介绍算法的经典书《算法导论》,有助于提高对算法的认识-introduction to algorithms, 2nd edition
SourceCode
- 《数据结构与算法分析C++语言描述(第2版)》,Larry Nyhoff著一书源代码-《ADTs,Data Structures and Problem Solving with C++》,2nd Edition by Larry Nyhoff source code
list
- 单向链表,2nd插入节点,尾部插入节点,顺序插入节点,删除节点,遍历节点-list,insert list,delete list
