点击切换搜索课件文库搜索结果(1526)
文档格式:PPT 文档大小:363KB 文档页数:80
11.1 Binary Search Trees 1.Definition: A binary search tree is a binary tree that may be empty. nonempty binary search tree satisfies the following properties: 1)Every element has a key and no two elements have the same key: therefore,all keys are distinct
文档格式:PDF 文档大小:631.65KB 文档页数:167
7.1 基本概念 7.2 三种O(n2)的简单排序 7.3 Shell排序 7.4 基于分治法的排序 7.5 堆排序 7.6 分配排序和基数排序 7.7 排序算法的理论和实验时间代价 7.8 排序问题的下限
文档格式:PPT 文档大小:133.5KB 文档页数:29
7.1 Dictionaries A dictionary is a collection of elements each element has a field called key, and no two elements have the same key value. Operations: Insert(x): insert an element with a specified key value Search(k,x): search an element with a specified key
文档格式:PPT 文档大小:120.5KB 文档页数:30
6.1 Definition Definition: A queue is a linear list in which additions and deletions take place at different ends. It is also called a first-in-first-out list. The end at which new elements are added is called the rear. The end from which old elements are deleted is called the front
文档格式:PPT 文档大小:238KB 文档页数:50
本章主要讨论内排序的各 种算法,并对每个排序算法的时间和空间复杂性以及 算法的稳定性等进行了讨论
文档格式:PPT 文档大小:212.5KB 文档页数:53
3.1 Preface 1. data object--- a set of instances or values for example: Boolean={ false,true} Digit={0,1,2,3,4,5,6,7,8,9} Letter={A, B, ....., a,b, ..... Z} NaturalNumber= {0, 1,2, ..... Integer={0,+1,-1,+2,-2,+3,-3,} String={a,, ..... ,aa, ab, ac
文档格式:PPT 文档大小:215.5KB 文档页数:37
第1章习题 T4,6 补充习题: 1、简述程序设计语言的发展简史 2、解释算法、数据结构的含义。 3、程序语言的使用代价有哪几种量度 4、程序语言一般有哪几种计算模型,各有和特点
文档格式:PPT 文档大小:958.5KB 文档页数:90
2.1 线性表的类型定义 2.4 有序表 2.1.1 线性表的定义 2.5 顺序表和链表的综合比较 2.1.2 线性表的基本操作 2.2 线性表的顺序表示和实现 2.2.1 顺序表——线性表的顺序存储表示 2.2.2 顺序表中基本操作的实现 2.2.3 顺序表其他算法举例 2.3 线性表的链式表示和实现 2.3.1 单链表和指针 2.3.2 单链表的基本操作 2.3.3 单链表的其他基本操作 2.3.4 循环链表 2.3.5 双向链表
文档格式:PPT 文档大小:2.28MB 文档页数:102
5.1 串类型的定义 5.2 串的表示和实现 5.3 串的模式匹配算法 5.4 串操作应用举例 5.5 数组的定义 5.6 数组顺序存储的表示和实现 5.7 矩阵的压缩存储
文档格式:PPT 文档大小:89.5KB 文档页数:9
顺序查找是一种最基本和最简单的查找方法。它 的思路是,从表中的第一个元素开始,将给定 的值与表中逐个元素的关键字进行比较,直到 两者相符,查到所要找的元素为止。否则就是 表中没有要找的元素,查找不成功。对于表中 记录的关键字是无序的表,只能采用这种方法 。描述顺序查找的算法见框图8-1其中n是表r 的长度,k是要查的元素的关键字,i查到的元 素的序号
首页上页135136137138139140141142下页末页
热门关键字
搜索一下,找到相关课件或文库资源 1526 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有