资源列表
Stack
- stack c data structure
2-3-4 Tree
- 234 tree c data structure
冒泡
- 冒泡排序算法,最简单的数据结构排序算法,希望大家喜欢(Bubble sort algorithm)
BubbleSort
- 讲解冒泡排序基本概念,分析每步过程,并实现冒泡排序(Explain the basic concept of bubble sort, analyze every step, and implement bubble sort)
MergeSort
- 讲解归并排序基本概念,分析每步过程,并实现归并排序(Explain the basic concepts of merge sort, analyze each step process, and implement merge sort)
maze
- 随机输出一个迷宫,并显示路径,不能走出显示x(Random output of a maze, and show the path)
新建 WinRAR ZIP 压缩文件
- 建立二叉树。有三个步骤,并且进行前序、中序、后序遍历。(Establish two trees, and preorder, middle, and post traversal)
dijkstra
- dijkastra in matlab for wsn
魔方阵
- 魔方阵问题解答,使用c++,源代码,数据结构与算法(Cube matrix problem, using c++, source code, data structures and algorithms)
mydijkstra
- 迪杰斯特拉算法又称最小路径算法,是图论里的一种基础算法。这里实现一种较为简洁的最小路径算法。(Dijkstra algorithm, also known as the minimum path algorithm, is a basic algorithm in graph theory. Here to achieve a more concise minimum path algorithm.)
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)
链表 (2)
- 请输入整数数据以建立链表,以数字0结束输入 输出原始的链表(Please enter integer data to establish the list, and end the input with number 0 Output original chain list)