Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes Königreich
EUR 48,90
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. In.
EUR 55,44
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. A data structure is a particular way of organizing data in a computer to utilize resources efficiently. Data structures and algorithms are the base of every solution to any programming problem. With this book, you will learn to write complex and powerful co.
Verlag: Packt Publishing 4/26/2018, 2018
ISBN 10: 1788623878 ISBN 13: 9781788623872
Sprache: Englisch
Anbieter: BargainBookStores, Grand Rapids, MI, USA
EUR 47,71
Währung umrechnenAnzahl: 5 verfügbar
In den WarenkorbPaperback or Softback. Zustand: New. Learning JavaScript Data Structures and Algorithms - Third Edition 1.6. Book.
Anbieter: GreatBookPrices, Columbia, MD, USA
EUR 43,99
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 48,89
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: Lucky's Textbooks, Dallas, TX, USA
EUR 42,79
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: dsmbooks, Liverpool, Vereinigtes Königreich
EUR 80,13
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: New. New. book.
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
EUR 49,60
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbPAP. Zustand: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 55,13
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback / softback. Zustand: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 781.
Verlag: Packt Publishing, Limited, 2018
ISBN 10: 1788623878 ISBN 13: 9781788623872
Sprache: Englisch
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
EUR 57,50
Währung umrechnenAnzahl: 4 verfügbar
In den WarenkorbZustand: New. Print on Demand pp. 426.
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
EUR 68,68
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Create classic data structures and algorithms such as depth-first search and breadth-first search, learn recursion, as well as create and use a heap data structure using JavaScriptKey FeaturesImplement common data structures and the associated algorithms along with the context in which they are usedMaster existing JavaScript data structures such as arrays, sets, and maps, and learn how to implement new ones such as stacks, linked lists, trees, and graphs in ES 8Develop abstract data types to make JavaScript a more flexible and powerful programming languageBook DescriptionA data structure is a particular way of organizing data in a computer to utilize resources efficiently. Data structures and algorithms are the base of every solution to any programming problem. With this book, you will learn to write complex and powerful code using the latest ES 2017 features.Learning JavaScript Data Structures and Algorithms begins by covering the basics of JavaScript and introduces you to ECMAScript 2017, before gradually moving on to the most important data structures such as arrays, queues, stacks, and linked lists. You will gain in-depth knowledge of how hash tables and set data structures function as well as how trees and hash maps can be used to search files in an HD or represent a database. This book serves as a route to take you deeper into JavaScript. You'll also get a greater understanding of why and how graphs, one of the most complex data structures, are largely used in GPS navigation systems in social networks.Toward the end of the book, you'll discover how all the theories presented in this book can be applied to solve real-world problems while working on your own computer networks and Facebook searches.What you will learnDeclare, initialize, add, and remove items from arrays, stacks, and queuesCreate and use linked lists, doubly linked lists, and circular linked listsStore unique elements with hash tables, dictionaries, and setsExplore the use of binary trees and binary search treesSort data structures using algorithms such as bubble sort, selection sort, insertion sort, merge sort, and quick sortSearch elements in data structures using sequential sort and binary search.