资源列表
Search
- 十万个数据随机插入,无序,二分,二叉搜索树,看时间复杂度-100,000 random data insertion, disorder, binary, binary search tree, to see the time complexity
Inserting-an-Ordered-Table
- 有一个有序单链表(从小到大),表头指针为head,编写一个算法向该单链表中插入一个元素值为x的结点,使插入后该链表依然有序-There is a single ordered list (small to large), the first table pointer head, prepared a single algorithm to the elements of the value chain to insert a node x, so that after the insertio
123
- 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。-(1) the shortest time (2) the smallest cost (3) the minimum number of transit.
graph_lin
- 数据结构以及算法实现 图的创建 深搜、广搜、最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra
sorts_lin
- 数据结构 排序 快速排序 堆排序 插入排序 融合排序-Sort the list by InsertionSort, QuickSort, MergeSort and HeapSort, respectively. Mergsort Heapsort Quicksort Insertsort
Sort
- 冒泡排序,堆排序,插入排序,快速排序的数据结构算法。-Bubble sort,Heap sort, Insert sort, Quick sort
jisuanqidaima
- 计算器程序的代码,可以做简单的运算等,程序里会有详细的说明如何计算并输出正确的结果-Calculator program code, can do simple arithmetic, etc
cipandeczfj
- 当磁盘被初始化后,存储空间的分块大小就确定了,但由于不同的用户或同一用户的不同文件的逻辑记录大小是各不相同的。在逻辑记录较小的情况下,若让一个逻辑记录独占一个物理块,那么存储空间的利用率是不高的。操作系统提供逻辑记录的成组和分解操作不仅有利于提高存储空间的利用率,而且可减少输入输出操作次数,提高计算机系统的工作效率。本实习帮助我们掌握成组和分解操作的技术以及了解成组和分解操作的实现过程。-When the disk is initialized, the block size of the st
linklist
- 通讯录得制作,有输入、添加、查找、等功能-Address book was produced, there are input, add, find, and other functions
tree
- 二叉树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。 后序遍历是二叉树遍历的一种。后序遍历指在访问根结点、遍历左子树与遍历右子
sstring
- 利用串来比较数据大小,代码中有两个串,通过串来比较大小- 10/5000 Use the string to compare the data size
mymain
- 通讯录的插入功能,制作一个简易通讯录,其中一个插入通讯录名单的功能。-The insertion function of the address book, making a simple address book, a function of inserting a list of contacts.