<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>数据结构</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/style.css" rel="stylesheet" type="text/css">
<link href="../../css/css.css" rel="stylesheet" type="text/css">
</head>
<body background="../../images/html/pop/di.gif" leftmargin="0" topmargin="0" bgproperties=fixed marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="94%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td class="explaination"> <br>
<br>
<strong>第一章 绪论</strong><br>
<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index1.htm'">数据</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index1.htm'">数据元素</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index1.htm'">数据项</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index1.htm'">关键字</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index1.htm'">数据对象</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index2.htm'">数据结构</a>(<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index3.htm'">逻辑结构</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index3.htm'">物理结构</a>)、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index4.htm'">顺序映象</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index4.htm'">链式映象</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index4.htm'">存储结构</a>(<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index4.htm'">顺序存储结构</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index4.htm'">链式存储结构</a>)、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index5.htm'">数据类型</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index5.htm'">抽象数据类型</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section2/index8.htm'">固有数据类型</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section3/index1.htm'">算法</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section3/index3.htm'">时间复杂度</a>、<a href="javascript:;" class="red" onclick="parent.opener.location='../chapter01/section3/index8.htm'">空间复杂度</a><br>
<br>
<strong>第二章 线性表</strong><br>
<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter02/index1.htm">线性结构</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter02/section1/index1.htm">线性表</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter02/section2/part1/index1.htm">顺序表</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter02/section3/part1/index1.htm">单链表(线性链表)</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter02/section3/part1/index1.htm">随机
存取</a>、<a href="javascript:;" class=red onClick=parent.opener.location="../chapter02/section3/part2/index3.htm">顺序存取</a>、<a href="javascript:;" class=red onClick=parent.opener.location="../chapter02/section3/part4/index1.htm">循环链表</a>、<a href="javascript:;" class=red onClick=parent.opener.location="../chapter02/section3/part4/index2.htm">双向链表</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter02/section3/part1/index1.htm">有序表</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter02/section5/index1.htm">有序链表</a><br>
<br>
<strong>第三章 栈和队列</strong><br>
<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section1/index1.htm">栈</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section1/index1.htm">栈顶</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section1/index1.htm">栈底</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section1/index2.htm">顺序栈</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section1/index4.htm">链栈</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section2/index2.htm">表达式</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section2/index5.htm">操作数</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section2/index5.htm">运算符</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section2/index5.htm">前缀式</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section2/index5.htm">中缀式</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section2/index5.htm">后缀式</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section2/index9.htm">递归函数</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section3/index1.htm">队列</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section3/index1.htm">队列头</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section3/index1.htm">队列尾</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section3/index2.htm">链队列</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section3/index4.htm">循环队列</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter03/section4/index1.htm">二项式系数</a><br>
<br>
<strong>第四章 串</strong><br>
<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter04/section1/index1.htm">串</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter04/section1/index1.htm">空串</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter04/section1/index1.htm">空格串</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter04/section1/index1.htm">子串</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter04/section3/index1.htm">模式匹配</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter04/section3/index4.htm">KMP算法</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter04/section4/index1.htm">正文编辑</a><br>
<br>
<strong>第五章 数组</strong><br>
<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter05/section1/index1.htm">数组</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter05/section1/index3.htm">以行为主</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter05/section1/index3.htm">以列为主</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter05/section2/part1/index1.htm">特殊矩阵</a>、<a href="javascript:;" class="red" onClick=parent.opener.location="../chapter05/section2/part1/index2.htm">稀疏矩阵</a>、<a href="javascript:;" class="red" onC