株式会社極東書店トップ商品一覧Quick Data Structures.

商品詳細

Quick Data Structures.

Quick Data Structures.

・ISBN 978-1-041-03813-9 hard GB£ 103.99

¥32,943.- (税込) (※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。

お気に入り
電子版あり 大学・学術機関向け電子ブック(eBook)ISBN 9781003625506
著者・編者Matuszek, David,
シリーズ (Quick Programming)
出版社 (CRC Press, UK)
出版年月2025
ページ数151 pp.
言語ENG
ニュース番号<A03-89189>

解説

If you want to upgrade your programming skills, the most important thing you need is a solid understanding of fundamental data structures. The proper choice of data structures distinguishes excellent programmers from merely competent ones.

As an experienced programmer, you use data structures-at least arrays-all the time. However, you may not be familiar with hash tables, trees and binary trees, priority queues, directed and undirected graphs, and other data structures at your disposal.

A good choice of data structures will simplify your job, not complicate it. Your code will be not only faster but also easier to understand and debug. There is no downside to using the right data structures for the job.

This book

  • Provides an understanding of the fundamental building blocks of data structures
  • Describes the construction and use of all common data structures
  • Explains the simple math required for selecting efficient data structures
  • Equips you with everything you need to choose data structures or devise appropriate new ones