Cantitate/Preț
Produs

Liang, Y: Introduction to Java Programming and Data Structur

Autor Y. Daniel Liang
en Limba Engleză Paperback – 4 dec 2019

Provocarea principală pentru orice viitor dezvoltator software nu este memorarea sintaxei, ci dezvoltarea unei gândiri algoritmice care să permită rezolvarea unor probleme tehnice complexe. În Liang, Y: Introduction to Java Programming and Data Structur, autorul Y. Daniel Liang propune o strategie pedagogică de tipul „bazele mai întâi”. Ne-a atras atenția modul în care volumul prioritizează structurile de control, metodele și tablourile ca fundament necesar înainte de a trece la paradigma programării orientate pe obiecte. Putem afirma că această ediție a 12-a, publicată de Pearson Education, este una dintre cele mai dense resurse didactice disponibile, oferind peste 1200 de pagini de conținut tehnic.

Merită menționat că textul nu se limitează la teorie, ci adoptă o abordare orientată spre rezolvarea de probleme practice din domenii variate, de la matematică și afaceri până la multimedia. Complementar volumului Starting Out with Java de Tony Gaddis, care oferă o introducere pas cu pas axată pe lizibilitatea codului, lucrarea lui Y. Daniel Liang merge mult mai în profunzime în zona structurilor de date avansate. În timp ce alte manuale se opresc la utilizarea colecțiilor standard, acest titlu ghidează cititorul prin procesul de proiectare și implementare a propriilor structuri pentru arbori și grafuri. Față de Core Java for the Impatient, care este un ghid rapid pentru noutățile limbajului, volumul de față este un curs complet ce acoperă inclusiv programarea bazelor de date, rețelistica și concurența, fiind ideal pentru formarea unei viziuni de ansamblu asupra ecosistemului Java.

Citește tot Restrânge

Preț: 91952 lei

Preț vechi: 119418 lei
-23%

Puncte Express: 1379

Carte disponibilă

Livrare economică 02-16 mai


Specificații

ISBN-13: 9780136520238
ISBN-10: 0136520235
Pagini: 1240
Dimensiuni: 201 x 251 x 43 mm
Greutate: 2.18 kg
Ediția:12th edition
Editura: Pearson Education

De ce să citești această carte

Recomandăm acest volum studenților și autodidacților care doresc o pregătire riguroasă în dezvoltarea software. Cititorul câștigă nu doar competențe de scriere a codului în Java, ci și o înțelegere profundă a eficienței algoritmilor prin implementarea practică a structurilor de date. Este resursa ideală pentru cei care vor să treacă de la nivelul de începător la cel de programator capabil să gestioneze proiecte complexe de backend și baze de date.


Descriere

"Many of you have provided feedback on earlier editions of this book, and your comments and suggestions have greatly improved the book. This edition has been substantially enhanced in presentation, organization, examples, exercises, and supplements.The book is fundamentals first by introducing basic programming concepts and techniques before designing custom classes. The fundamental concepts and techniques of selection statements, loops, methods, and arrays are the foundation for programming. Building this strong foundation prepares students to learn object-oriented programming and advanced Java programming. This book teaches programming in a problem-driven way that focuses on problem solving rather than syntax. We make introductory programming interesting by using thought-provoking problems in a broad context. The central thread of early chapters is on problem solving. Appropriate syntax and library are introduced to enable readers to write programs forsolving the problems. To support the teaching of programming in a problem-driven way, the book provides a wide variety of problems at various levels of difficulty to motivate students. To appeal to students in all majors, the problems cover many application areas, including math, science, business, financial, gaming, animation, and multimedia. The book seamlessly integrates programming, data structures, and algorithms into one text. It employs a practical approach to teach data structures. We first introduce how to use various data structures to develop efficient algorithms, and then show how to implement these data structures. Through implementation, students gain a deep understanding on the efficiency of data structures and on how and when to use certain data structures. Finally, we design and implement custom data structures for trees and graphs. The book is widely used in the introductory programming, data structures, and algorithms courses in the universities around the world. This comprehensive version covers fundamentals of programming, object-oriented programming, GUI programming, data structures, algorithms, concurrency, networking, database, and Web programming. It is designed to prepare students to become proficient Java programmers. A brief version (Introduction to Java Programming, Brief Version, Eleventh Edition) is available for a first course on programming, commonly known as CS1. The brief version contains the first 18 chapters of the comprehensive version. An AP version of the book is also available for high school students taking an AP Computer Science course. The best way to teach programming is by example, and the only way to learn programming is by doing. Basic concepts are explained by example and a large number of exercises with various levels of difficulty are provided for students to practice. For our programming courses, we assign programming exercises after each lecture. Our goal is to produce a text that teaches problem solving and programming in a broad context using a wide variety of interesting examples. If you have any comments on and suggestions for improving the book, please email me"-- Provided by publisher.