资源列表
four_pair
- two reverse every four nodes of a linked list
main5
- 编写一个将二叉树的所有叶子结点从左向右链接成单链表的算法-Write a binary tree leaf nodes from left to right links into a single linked list algorithm
link
- 实验一:链式基本操作的实现 【问题描述】 选择链式存储结构作为线性表的存储结构,设计一个程序实现线性表的基本操作 (包括建立、输出、插入、删除、查找、求表长和链表的逆置功能等) 【实验内容】 一、必做内容 菜单: 1.初始化 2.链表的建立 2.1头插入建链 2.2尾插入建链 3.插入 4.删除 5.查找 6.输出表长(即表中元素个数) 7.链表元素的逆置 8.退出-Experiment: chain
linklist1
- 顺序表的链式存储,有初始化,插入,输出,删除等操作-Chain store, the sequence table initialization, insertion, output, delete, etc.
linklist
- 顺序表的顺序存储,有初始化,插入,删除,输出等操作-Sequence table are sequentially stored, initialization, insert, delete, output operation
snack
- 蛇形填数,用c语言实现,acm题库算法经典题目,经典代码-Serpentine fill the number of c language, the acm Exam algorithm Classic title classic code
jsf
- 说明:用单向循环链表解决约瑟夫问题,有源码,有分析注释-Descr iption: Josef problem solve with one-way circular linked list, source code, and Analysis Notes
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.
test
- 麻省理工学院算法导论测试。麻省理工学院实用资料,是学习《数据结构》,检验学习成果的必要资料-Practical information of the Massachusetts Institute of Technology, is learning " data structure to test learning outcomes necessary information
Introduction-to-Algorithms
- 麻省理工学院使用的算法笔记,是学习《算法导论》的辅助资料-The MIT algorithm notes, learning the " Introduction to Algorithms" auxiliary information
Expression
- 表达式求值,先输入需要计算表达式的个数,再逐个写出表达式-Program design require for a function, can complete randomly input an expression (including parentheses, digital, arithmetic symbol), and be able to according to your input expression to evaluated, and come to the corre
yuandaima
- 有关C语言的数据结构的各种算法包括栈,链表,二叉树-Various algorithms of the C language data structures including stacks, linked lists, binary trees, etc.
