综合搜索课件包文库(990)
文档格式:PPT 文档大小:111.5KB 文档页数:36
9.1 Introduction A priority queue is a collection of zero or more elements. Each element has a priority or value
文档格式: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 文档大小:114.5KB 文档页数:23
5.1 definition of stack Definition A stack is a linear list in which insertions and deletions take place at the same end. This end is called the top. The other end of the list is called the bottom. It is also called a LIFO(last-in-first-out) list
文档格式: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 文档大小:282.5KB 文档页数:53
The purpose and contents of the course Introduce most used data structures and algorithms Prerequisite of other courses Introduce algorithm analysis Review C++
文档格式:PPT 文档大小:235KB 文档页数:54
《数据结构》课程教学资源:第六章 图结构(6.6-6.8)
文档格式:PPT 文档大小:352KB 文档页数:98
• 若干个结点与若干条边构成的结构 –结点是一些具体对象的抽象 –边是对象间的关系 • 图是一种复杂的非线性结构,它有极强的表达 能力 • 图中结点可有多个前趋和多个后继 • 这里着重讨论图的存贮结构与基本操作的实现
文档格式:PPT 文档大小:333KB 文档页数:94
非递归定义 树结构是二元组(D,R),其中,D是n个数据元素的有穷 集合(n>0)(数据元素称为结点),R是D上的一个关系 。n=0时,称为空树;否则它满足以下条件: a)有且仅有一个结点d∈D,满足:不存在任何d∈D, 使
文档格式:PPT 文档大小:191.5KB 文档页数:93
3.1栈 3.2队列
文档格式:PPT 文档大小:76KB 文档页数:43
10.1概述 10.2插入排序 §10.3交换排序
首页上页6768697071727374下页末页
热门关键字
搜索一下,找到相关课件或文库资源 990 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有