LIVRETTO.CH

DIE UNABHÄNGIGE SCHWEIZER ONLINE BUCHHANDLUNG MIT PERSONALISIERTEN BUCHABOS. EMPFEHLUNGEN BEI BELLETRISTIK. KRIMI. STARKE FRAUEN. KLIMAWANDEL. ENGLISH NOVELS.

Mehr
NEWS
  • Die Schliessung der Ex Libris Filialen ist auch eine Chance
    Es gibt ausgebildeten BuchhändlerInnen wieder mehr Raum, ihre Kompetenz und Leidenschaft sichtbar zu machen. Der unabhängige Buchhandel wird gestärkt, das Angebot vielfältiger – und genau davon lebt unsere Buchkultur. Vielfalt ist kein Luxus, sondern essenziell.
  • English Novels
    You can find the most outstanding, promising new English-language novels that we personally recommend here in their original language.
    10% discount on all books. Take a look!
    Weiter
  • Name the translator!
    Ohne Übersetzer:innen gäbe es keine Weltliteratur. Das Übersetzerhaus Looren engagiert sich, die Namen der Übersetzer:Innen überall dort zu nennen, wo Autor:innen der Originale aufgeführt sind. Livretto legt ebenso Wert darauf, dass ÜbersetzerInnen bekannter werden.
    Weiter
  • Bücherstand für gebrauchte Bücher
    Unser Bücherstand steht vor der Gärtnerei Ryffel und dem Café Gourmeteca in Uster an der Brunnenstrasse 14.
    Es können gebrauchte Bücher getauscht oder für ein Trinkgeld mitgenommen werden.
    Weiter
  • Apotheke Kempten
    Livretto, ein Service - schnell und unkompliziert. Ich schicke meine Bestellung und erhalte meist am nächsten Tag schon das Buch nach Hause geliefert. Ich bin begeistert.
    Edith Kleisner
    Weiter
  • Livretto hat die besten Buchabos
    Das personalisierte Buchabonnement.
    Sie entscheiden wie oft und wählen, ob Belletristik, Thriller, starke Frauen, anspruchsvolle Literatur, Amüsantes, Liebesgeschichten oder Biografien.

    Weiter
  • Livretto Buchshop
    - BUCHABOs
    - Seit 2002
    - 30'000 Kunden
    - 10% Rabatt
    - Deutsche, englische, französische und italienische Literatur
    - Jedes lieferbare Buch
    - Buchkennerin der Belletristik
  • Ostschweizer Fachhochschule Rapperswil
    Der Service von Livretto, kompetent, schnell, unkompliziert und doch persönlich und damit meine 1. Wahl wenn es um Bücher für unsere Weiterbildungsangebote geht.
    Marion Hug
    Weiter
  • Übersetzerhaus Looren
    Wir sind seit vielen Jahren sehr glücklich, von Livretto mit Büchern für unsere Spezialbibliothek beliefert zu werden. Der Service ist einfach grossartig: Alles geht schnell und unkompliziert, und Sabine Baumann findet jedes Buch, das irgendwo auf der Welt greifbar ist.
    Zorka Ciklaminy
    Weiter
  • Universität Zürich, Bibliothek Seminar für Filmwissenschaft
    Seit vielen Jahren bin ich zufriedene und überzeugte Stammkundin - Sabine hilft unkompliziert und kompetent weiter, sowohl bei Neuerscheinungen, wie bei antiquarischen Aufträgen.
    Daniela Casanova
    Weiter
  • Schule Wetzikon
    Echt toll finde ich, dass Sabine Baumann keine Mühen scheut, vergriffene Titel im Antiquariat aufzustöbern, um all unsere Wünsche zu erfüllen. Jede Bücherbestellung läuft bei Livretto zu unserer vollsten Zufriedenheit mit stets promptem, zuverlässigem und freundlichen Service, sehr empfehlenswert!
    Pia Gugler
    Weiter
  • asm Agentur für Sozial-Marketing
    Prompter Service, transparente Information zu Preisen und Fristen, rasche Lieferung – alles was es braucht für Fachlektüre in diesen Zeiten.
    Liliane Eggli
    Weiter
  • Livretto.ch begeistert NZZ am Sonntag als kleinste Buchhandlung der Schweiz
    Ein Kleinod ist das Café "Zum Hut". Im Garten befindet sich die wohl kleinste Buchhandlung. In einer Vitrine stehen gebrauchte Bücher. Wer eins ausliest wirft dafür ein paar Franken ins Kässeli von Livretto.ch. Sie finden den Artikel in der NZZ am Sonntag vom 26. April 2015 oder hier.
    Weiter

Buchsuche

erweiterte Suche

Empfehlungen
Bachelor Studium HSLU
Data Structures and Algorithms in Java
Data Structures and Algorithms in Java
6. Auflage 2014 - 720 Seiten
Wiley  - Kartonierter Einband (Kt)
Englisch
ISBN 978-1-118-80857-3
Zustand: neu
CHF 64.00
CHF 79.00


Klappentext

The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.

warenkorb Warenkorb
 
merken Merken
Data Structures and Algorithms in Java - eBook
Data Structures and Algorithms in Java - eBook
14006 Auflage 6th edition 2014 - 736 Seiten
Wiley  - Kartonierter Einband (Kt)
Englisch
ISBN 978-1-118-77133-4
Zustand: neu
CHF 49.00
CHF 60.50

KORREKTE INHALTSANGABEN UNTENSTEHEND


ISBN 978-1-118-80836-8


The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.



Klappentext

The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich, Tomassia and Goldwasser's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.

warenkorb Warenkorb
 
merken Merken
Data Structures and Algorithms in Python
Data Structures and Algorithms in Python
2013 - 768 Seiten
Wiley  - Fester Einband
Englisch
ISBN 978-1-118-29027-9
Zustand: neu
CHF 64.00
CHF 249.00


Klappentext

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Structures and Algorithms in Python is the first authoritative object-oriented book available for Python data structures.

warenkorb Warenkorb
 
merken Merken
Data Structures and Algorithms in Python - eBook
Data Structures and Algorithms in Python - eBook
1. Auflage 2022 - 928 Seiten
Pearson Academic  - Kartonierter Einband (Kt)
Englisch
ISBN 978-0-13-485568-4
Zustand: neu
CHF 49.00
CHF 75.00

KORREKTE INHALTSANGABEN UNTENSTEHEND


ISBN 978-1-118-54958-2

März 2013

768 Seiten, eText

Wiley & Sons Ltd


Based on the authors' market leading data structures booksin Java and C++, this book offers a comprehensive, definitiveintroduction to data structures in Python by authoritative authors.Data Structures and Algorithms in Python is the firstauthoritative object-oriented book available for Python datastructures. Designed to provide a comprehensive introduction todata structures and algorithms, including their design, analysis,and implementation, the text will maintain the same generalstructure as Data Structures and Algorithms in Java andData Structures and Algorithms in C++.

* Begins by discussing Python's conceptually simple syntax,which allows for a greater focus on concepts.

* Employs a consistent object-oriented viewpoint throughout thetext.

* Presents each data structure using ADTs and their respectiveimplementations and introduces important design patterns as a meansto organize those implementations into classes, methods, andobjects.

* Provides a thorough discussion on the analysis and design offundamental data structures.

* Includes many helpful Python code examples, with source codeprovided on the website.

* Uses illustrations to present data structures and algorithms,as well as their analysis, in a clear, visual manner.

* Provides hundreds of exercises that promote creativity, helpreaders learn how to think like programmers, and reinforceimportant concepts.

* Contains many Python-code and pseudo-code fragments, andhundreds of exercises, which are divided into roughly 40%reinforcement exercises, 40% creativity exercises, and 20%programming projects.



Klappentext

LEARN HOW TO USE DATA STRUCTURES IN WRITING HIGH PERFORMANCE PYTHON PROGRAMS AND ALGORITHMS

This practical introduction to data structures and algorithms can help every programmer who wants to write more efficient software. Building on Robert Lafore's legendary Java-based guide, this book helps you understand exactly how data structures and algorithms operate. You'll learn how to efficiently apply them with the enormously popular Python language and scale your code to handle today's big data challenges.

Throughout, the authors focus on real-world examples, communicate key ideas with intuitive, interactive visualizations, and limit complexity and math to what you need to improve performance. Step-by-step, they introduce arrays, sorting, stacks, queues, linked lists, recursion, binary trees, 2-3-4 trees, hash tables, spatial data structures, graphs, and more. Their code examples and illustrations are so clear, you can understand them even if you're a near-beginner, or your experience is with other procedural or object-oriented languages.

Build core computer science skills that take you beyond merely writing codeLearn how data structures make programs (and programmers) more efficientSee how data organization and algorithms affect how much you can do with today's, and tomorrow's, computing resourcesDevelop data structure implementation skills you can use in any languageChoose the best data structure(s) and algorithms for each programming problemand recognize which ones to avoid

Data Structures & Algorithms in Python is packed with examples, review questions, individual and team exercises, thought experiments, and longer programming projects. It's ideal for both self-study and classroom settings, and either as a primary text or as a complement to a more formal presentation.

warenkorb Warenkorb
 
merken Merken