Guide to Data Structures A Concise Introduction Using Java /

This accessible and engaging textbook/guide provides a concise introduction to data structures and associated algorithms. Emphasis is placed on the fundamentals of data structures, enabling the reader to quickly learn the key concepts, and providing a strong foundation for later studies of more comp...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριοι συγγραφείς: Streib, James T. (Συγγραφέας), Soma, Takako (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Cham : Springer International Publishing : Imprint: Springer, 2017.
Σειρά:Undergraduate Topics in Computer Science,
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • Preliminary Concepts
  • Stacks Using Arrays
  • Queues Using Arrays
  • Lists Using Arrays
  • Lists Using Objects and References
  • Ordered Linked Lists
  • Stacks and Queues Using References
  • Binary Trees
  • Sorting
  • Heaps
  • Hashing.