资源列表
test
- 麻省理工学院算法导论测试。麻省理工学院实用资料,是学习《数据结构》,检验学习成果的必要资料-Practical information of the Massachusetts Institute of Technology, is learning " data structure to test learning outcomes necessary information
read_photo_data
- 使用c语言将图片的二进制数据读取了出来,并可以看到具体的数据,当然此前你必须明白png格式的在Windows中的存储结构。-The c language picture of the binary data read out, and you can see the specific data, of course, previously you must understand the structure of the png format stored in the Windows.
jsf
- 说明:用单向循环链表解决约瑟夫问题,有源码,有分析注释-Descr iption: Josef problem solve with one-way circular linked list, source code, and Analysis Notes
snack
- 蛇形填数,用c语言实现,acm题库算法经典题目,经典代码-Serpentine fill the number of c language, the acm Exam algorithm Classic title classic code
linklist
- 顺序表的顺序存储,有初始化,插入,删除,输出等操作-Sequence table are sequentially stored, initialization, insert, delete, output operation
linklist1
- 顺序表的链式存储,有初始化,插入,输出,删除等操作-Chain store, the sequence table initialization, insertion, output, delete, etc.
link
- 实验一:链式基本操作的实现 【问题描述】 选择链式存储结构作为线性表的存储结构,设计一个程序实现线性表的基本操作 (包括建立、输出、插入、删除、查找、求表长和链表的逆置功能等) 【实验内容】 一、必做内容 菜单: 1.初始化 2.链表的建立 2.1头插入建链 2.2尾插入建链 3.插入 4.删除 5.查找 6.输出表长(即表中元素个数) 7.链表元素的逆置 8.退出-Experiment: chain
main5
- 编写一个将二叉树的所有叶子结点从左向右链接成单链表的算法-Write a binary tree leaf nodes from left to right links into a single linked list algorithm
four_pair
- two reverse every four nodes of a linked list
Graph-structure
- 非线性结构图的两种建立和两种遍历,有助于学习者理解和分析-Two kinds of nonlinear structure to establish and two kinds of ergodic, help learners to understand and analysis
layersequence
- layersequence,主要是数据结构算法中初级的一种,本程序时其一个简单的应用-layersequence is about alogrithom
PriorityQueue
- 泛型化的优先级队列(最小堆),用C++实现 使用前应重载小于号 -Generic priority queue(the minimum heap) with C++ achieve
