华师专插本培训班喜讯
插本状元榜 2020专插本大纲 2020插本院校 2020招生目录 2020体检表 2020报考流程 专插本重点 2020招生专业 2020录取线 专插本常识
专插本基础班好评如潮
专插本书城 专插本英语词汇宝典 专插本论坛/插本生论坛
当前位置:首页 > 考试大纲

广州大学2015年专插本《数据结构》考试大纲

时间:2014-11-28 17:30:43来源:未知 作者:专插本考试辅导网 点击:
分享到: 更多

 

广州大学2015年专插本

《数据结构》考试大纲

 

一、考试要求

《数据结构》是计算机科学与技术专业的核心课程,要求考生掌握数据的组织、存储、处理的基本方法,能熟练使用程序语言描述具体的数据结构问题和实现算法,掌握如何组织数据、如何存储数据和如何处理数据的基本方法,理解各种数据结构与算法,了解数据结构的在现实问题中的基本应用。

二、考试内容

1. 数据结构的概念、抽象数据类型、算法及描述

2. 线性表及其顺序存储与链式存储的实现

3. 栈和队列及其应用

4. 串与串上的操作

5. 数组和稀疏矩阵

6. 递归与递归的应用,广义表

7. 树与二叉树,树的遍历,树的应用

8. 图,图的表示,图搜索、最小生成树、最短路径树等算法

9. 线性表,树,哈希表等的查找

10.内排序,各种排序的思想、实现与性能的比较

三、考试时间与题型

1.考试时间:120分钟。

2.题型包括选择题、填空题、判断题、应用题、编程题。

四、参考书

李春葆,《数据结构》,清华大学出版社2010年版。

(责任编辑:admin)
华师专插本培训班
------分隔线----------------------------
华师专插本辅导班
微信咨询号
赖老师
林老师
许老师
QQ群
149892735
周六日有老师值班
HTTP/1.1 200 OK Date: 1 May 2025 12:34:11 G5T Content-Length: 3073 Content-Type: text/html Connection: Close Server: Microsoft-IIS/10.0 Runtime Error

Server Error


Runtime Error

Description: A server error has occurred. The current custom error settings prevent the details of the error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please define an errorDetails attribute within the "filter.config" configuration file. This errorDetails attribute should then have its value set to "On".


<!-- Filter.Config Configuration File -->

<configuration>
    <httpFilters errorDetail="On">
        <!-- managed filters configuration -->
    </httpFilters>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "errorPage" attribute of the <httpFilters> configuration tag to point to a custom error page location.


<!-- Filter.Config Configuration File -->

<configuration>
    <httpFilters errorDetail="LocalOnly" errorPage="mycustompage.htm">
        <!-- managed filters configuration -->
    </httpFilters>
</configuration>