资源列表
zhanyuduillie
- c语言实现链栈及环状队列,代码简练,菜单管理,完全自编,大家-c language chain ring stack and queue, concise code, menu management, fully scr ipted, we look
sort
- 几种简单排序,快速排序,冒泡排序,合并排序-Several simple sort, quick sort, bubble sort, merge sort
ID3
- 机器学习:ID3算法建立决策树,输入训练样本,以广义表的形式输出-Machine Learning: ID3 decision tree algorithm, input the training samples, the generalized form of the output table
database
- 数据结构里的实习题,包括:抽象数据类型、线性表及其应用等-Data structure in the practical issues, including: abstract data types, the linear table and its applications
HOMEWORK_9
- **this program finds the location of a number in an array while the array **has been entered from the biggest number to the smallest number
ZIRAKZADEH_HOMEWORK4
- this program multiplies two matrises
recreation_park_app
- this a simple application for recreation park in C. this application was using a linked list to store the data of recreation park. this application is suitable for you who learn a linked list data structure.-this is a simple application for recreatio
DFs
- 深度优先搜索求格雷码,可以实现多组数据的输入-Gray code depth first search request
source_code
- 各种基本的数据结构头文件,包括链表、栈、二叉树、BST树等-mang kinds of header file for data structures
Wuxiangtu
- 数据结构经典实例,以无向图的邻接多重表存储无向图。以数偶的形式依次从键盘上输入一串数据。如:(A,B)为从起始结点(其数据场之值为一大写的英文字母 A ),到终止结点(其数据场之值为一大写的英文字母 B)的无向边。最后输入(Z,Z)表示输入结束。-Classic examples of data structures in order to free the adjacency table to store multiple undirected graph. Followed by a fe
Tree
- 数据结构经典实例,建立二叉排序树。从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。-Classic examples of data structures, to establish binary sort tree. Keyboard input from a string of positive integers, the last input-1
BinaryTree
- 数据结构经典实例,深入了解二叉树。如:可查询每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-Classic examples of data structures, in-depth understanding of binary tree. Such as: to check the level of each node, the node from the root to shoot length (path length)
