Cantitate/Preț
Produs

A Concise Introduction to Data Structures using Java: Chapman & Hall/CRC Textbooks in Computing

Autor Mark J. Johnson
en Limba Engleză Paperback – 18 noi 2013
A student-friendly text, A Concise Introduction to Data Structures Using Java takes a developmental approach, starting with simpler concepts first and then building toward greater complexity. Important topics, such as linked lists, are introduced gradually and revisited with increasing depth. More code and guidance are provided at the beginning, allowing students time to adapt to Java while also beginning to learn data structures. As students develop fluency in Java, less code is provided and more algorithms are outlined in pseudocode. The text is designed to support a second course in computer science with an emphasis on elementary data structures.
The clear, concise explanations encourage students to read and engage with the material, while partial implementations of most data structures give instructors the flexibility to develop some methods as examples and assign others as exercises. The book also supplies an introductory chapter on Java basics that allows students who are unfamiliar with Java to quickly get up to speed. The book helps students become familiar with how to use, design, implement, and analyze data structures, an important step on the path to becoming skilled software developers.
Citește tot Restrânge

Din seria Chapman & Hall/CRC Textbooks in Computing

Preț: 32384 lei

Preț vechi: 46927 lei
-31% Nou

Puncte Express: 486

Preț estimativ în valută:
6198 6446$ 5194£

Comandă specială

Livrare economică 20 februarie-06 martie

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781466589896
ISBN-10: 1466589892
Pagini: 236
Ilustrații: 138 b/w images and 28 tables
Dimensiuni: 156 x 234 x 15 mm
Greutate: 0.34 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Textbooks in Computing

Locul publicării:Boca Raton, United States

Public țintă

Undergraduate students in CS2 courses; professionals interested in data structures.

Cuprins

A Brief Introduction to Java. Algorithm Analysis. Integer Stacks. Generic Stacks. Queues. Lists. Recursion. Trees. Binary Search Trees. Heaps. Hash Tables. Bibliography. Index.

Descriere

Designed for a CS2 data structures course, this text provides a thorough but concise overview of data structures as well as a gradual introduction to Java. It uses a concise style and includes pseudocode and exercises throughout so that students learn how to write code, rather than just read it. The book covers all of the main areas taught in CS2 courses, including arrays, lists, stacks, queues, recursion, maps, and trees.