资源列表
Data-structure-problem-resolution
- 数据结构习题解析与实验指导,使用C语言描述,非常实用-Data structures Exercises analytical and experimental guidance, using the C language descr iption, very useful
DataStructures
- 数据结构与算法分析,java描述版本,书本所有实例源码-Data Structures and Algorithms, java descr iption version, books, all instances of the source
DSDemo
- 数据结构C语言版配书光盘和例程,实用的初学者教程。-Data structure C language version with CD-ROM and routines, practical tutorial for beginners.
algorithm-of-data-structure
- 数据结构经典算法源码,包含推箱子、迷宫等小游戏算法-Data structure of classical algorithm source, contains Sokoban maze game algorithm
Test Vector
- TestVector.rar
gerar_e_ativar_donates
- gerar_e_ativar_donates.txt
FDTD1d
- da6003dae3f8.rar
HuanFang
- 对平面魔方的构造,分为三种情况:N为奇数、N为4的倍数、N为其它偶数(4n+2的形式)-The plane of the cube structure, divided into three cases: N is an odd number, N is a multiple of 4, N is other even (4n+2 the form)
ACMsuanFaDaQuan
- acm算法大全,常用的有代表性的经典题,旅行者预算(动态&&贪心)等等59道题-acm algorithm Guinness, the common representative of the classic title, travelers budget (dynamic & & greedy) 59 questions
datastructcPP3rd
- 数据结构与算法——C++版(第3版)光盘源代码-The disc source code of the data structures and algorithms- C++ Edition (3rd Edition)
MiGong
- 1. 问题描述: 本实验假设迷宫是一个n 行n列的二维平面表格,左上角作为迷宫的入口,右下角作为迷宫的出口。迷宫问题求解的目标是寻找一条从入口到出口的通路。 2.基本要求: 设计一个程序,能自动或手动生成这样一个n行n列的矩阵maze[n][n],即每个元素都为0或1的二维数组,然后判断该矩阵表示的迷宫是否存在一条从入口到出口的通路。如果存在,将表示该通路的数组下标按顺序保存到文件path.txt如:(1,1)(2,2)(1,3)(1,4)(1,5)(1,6)(2,6)(3,6)(4
src
- 简单的数据结构中 二叉树 搜索二叉树的应用-Simple data structure in the binary search binary tree applications
