王朝网络
分享
 
 
 

数据结构与算法(C#语言版)(影印版)(大学计算机教育国外著名教材系列)

王朝导购·作者佚名
 
数据结构与算法(C#语言版)(影印版)(大学计算机教育国外著名教材系列)  点此进入淘宝搜索页搜索
  特别声明:本站仅为商品信息简介,并不出售商品,您可点击文中链接进入淘宝网搜索页搜索该商品,有任何问题请与具体淘宝商家联系。
  参考价格: 点此进入淘宝搜索页搜索
  分类: 图书,教材教辅与参考书,大学,计算机专业,
  品牌: 麦克米兰

基本信息·出版社:清华大学出版社

·页码:337 页

·出版日期:2009年

·ISBN:7302197989/9787302197980

·条形码:9787302197980

·包装版本:1版

·装帧:平装

·开本:16

·正文语种:英语

·丛书名:大学计算机教育国外著名教材系列

产品信息有问题吗?请帮我们更新产品信息。

内容简介《数据结构与算法(C#语言版)(影印版)》是第一本关于在.NET框架下用C#语言实现数据结构与算法的教材。《数据结构与算法(C#语言版)(影印版)》内容丰富,不仅涵盖了涵盖了基本数据结构与算法的知识,而且还介绍了诸如可靠性算法和动态程序设计之类的高等数据结构的内容。《数据结构与算法(C#语言版)(影印版)》的实用性强,介绍了数组与数组列表、链表、哈希表、词典、树、图,以及查找与排序算法,并且还介绍一些高等数据结构算法,如可靠性算法、动态程序设计等。

《数据结构与算法(C#语言版)(影印版)》是C#专业人员和学生学习数据结构与算法的很好用书。

编辑推荐《数据结构与算法(C#语言版)(影印版)》为大学计算机教育国外著名教材系列之一。

目录

Preface page vii

Chapter 1

An Introduction to Collections, Generics, and the

Timing Class 1

Chapter 2

Arrays and ArrayLists 26

Chapter 3

Basic Sorting Algorithms 42

Chapter 4

Basic Searching Algorithms SS

Chapter 5

Stacks and Queues 68

Chapter 6

The BitArray Class 94

Chapter 7

StringS, the String Class, and the StringBuilder Class 119

Chapter 8

Pattern Matching and T6xt Processing 147

Chapter 9

Building Dictionaries: The DictionaryBase Class and the

SortedList Class 165

Chapter 10

Hashing and the Hashtable Class 176

Chapter 11

Link6d Lists 194

Chapter 12

Binary Trees and Binary Search Trees 218

Chapter 13

Sets 237

Chapter 14

Advanced Sorting Algorithms 249

Chapter 15

Advanced Data Structures and Algorithms for Searching 263

Chapter 16

Graphs and Graph Algorithms 283

Chapter 17

Advanced Algorithms 314

Ref6rences 339

……[看更多目录]

序言The study of data structures and algorithms is critical to the developmentof the professional programmer. There are many, many books written ondata structures and algorithms, but these books are usually written as collegetextbooks and are written using the programming languages typically taughtin college——Java or C++. C# is becoming a very popular language and thisbook provides the C# programmer with the opportunity to study fundamentaldata structures and algorithms.

C# exists in a very rich development environment called the .NET Frame-work. Included in the .NET Framework library is a set of data structure classes(also called collection classes), which range from the Array, ArrayList, andCollection classes to the Stack and Queue classes and to the HashTable andthe SortedList classes. The data structures and algorithms student can now seehow to use a data structure before learning how to implement it. Previously,an instructor had to discuss the concept of, say, a stack, abstractly until thecomplete data structure was constructed. Instructors can now show studentshow to use a stack to perform some computation, such as number base con-versions, demonstrating the utility of the data structure immediately. Withthis background, the student can then go back and learn the fundamentals ofthe data structure (or algorithm) and even build their own implementation.

This book is written primarily as a practical overview of the data struc-tures and algorithms all serious computer programmers need to know andunderstand. Given this, there is no formal analysis of the data structures andalgorithms covered in the book. Hence, there is not a single mathematicalformula and not one mention of Big Oh analysis (if you don't know what thismeans, look at any of the books mentioned in the bibliography). Instead, thevarious data structures and algorithms are presented as problem-solving tools.

文摘插图:

数据结构与算法(C#语言版)(影印版)(大学计算机教育国外著名教材系列)

SUMMARY

This chapter reviews three important techniques we will use often in this book.Many, though not all of the programs we will write, as well as the libraries wewill discuss, are written in an object-oriented manner. The Collection classwe developed illustrates many of the basic OOP concepts seen throughoutthese chapters. Generic programming allows the programmer to simplify thedefinition of several data structures by limiting the number of methods thathave to be written or overloaded. The Timing class provides a simple, yeteffective way to measure the performance of the data structures and algorithmswe will study.

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
>>返回首页<<
推荐阅读
 
 
频道精选
 
更多商品
因纽特人大冒险(我的第一本探险漫画书·时空漫游记)
图解观呼吸:学会呼吸 改变人生(佛法中的心理疗法)(修心坊)
唐卡中的法器(全彩插图珍藏本)(藏密文库系列)
系统集成项目管理工程师考试全程指导(全国计算机技术与软件专业技术资格(水平)考试参考用书)
Java设计模式(21世纪高等学校计算机专业实用规划教材)
Photoshop必知必会特效经典
老年人轻松学电脑(配光盘)(学电脑7日通)(附VCD光盘1张)
Pro/E产品现代设计方法与实例精解(野火4.0版)(配光盘)(附DVD光盘1张)
有限元分析及应用(全国工程硕士专业学位教育指导委员会推荐教材)
幸福的决定因素(文化·组织·IT治理智库—文化治理丛书)
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有