- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Data Structures and Algorithmscourse overview College of Electronic and Information Engineering Chongqing University of Science and Technology Instructor: Xiong Qian Spring 2013 Course Description This is an introductory course concentrating on storing and operating data organized in certain logical data structures. We will study and implement these data structures using pseudocode approach with C. The goal of this course is to provide a good background in main data structures concepts and introductory data structures design with pseudocode and C. Course Objectives 1) To continue developing a disciplined approach to design, coding and testing of programs written in a block-structured, high-level language. 2) To understand and be familiar with commonly used data structures, such as list, stack, queue and binary search tree. 3) To provide a complete understanding of different implementations of these data structures, and to understand the importance of separating the specification of a data structure from its particular implementation. Instructor Information Name: 熊茜 Xiong Qian Office Location: I408 Office Hours: 15:00-16:30, Wednesday E-mail : xqxiongqian@163.com Course Information Course Dates: March 11, 2013 --- June 11, 2013 Spring 2013 Monday morning and Tuesday afternoon Classroom Location: B111 Textbooks Required Reading: Richard F. Gilberg, Behrouz A. Forouzan, Data Structures A Pseudocode Approach with C, second edition, Thomson, 2005.10 彭军 向毅,数据结构与算法,人民邮电出版社,2013.1 Recommended Reading: 严蔚敏等编著, 数据结构(C语言版), 清华大学出版社, 2007.4 [美] Mark Allen Weiss,数据结构与算法分析——C语言描述(英文版.第2版), 人民邮电出版社, 2005.8 Recommended Software: VC++6.0 Course content 1. Basic Concepts 2. General Linear Lists 3. Stacks 4. Queues 5. Recursion? 6. Introduction to Trees 7. Binary Search Trees 11. Graphs 12. Searching 13. Sorting Course Calendar/Schedule Number Week Lecture or Experiment Topics Homework 1 1/2 Lecture1 Introdu
文档评论(0)