Muestra
  • Algorithms: 3 Books in 1

  • Practical Guide to Learn Algorithms for Beginners + Design Algorithms to Solve Common Problems + Advanced Data Structures for Algorithms
  • De: Andy Vickler
  • Narrado por: Helpful Matthew
  • Duración: 13 h y 54 m
  • 3.0 out of 5 stars (9 calificaciones)

Prime logotipo Exclusivo para miembros Prime: ¿Nuevo en Audible? Obtén 2 audiolibros gratis con tu prueba.
Elige 1 audiolibro al mes de nuestra inigualable colección.
Escucha todo lo que quieras de entre miles de audiolibros, Originals y podcasts incluidos.
Accede a ofertas y descuentos exclusivos.

Algorithms: 3 Books in 1

De: Andy Vickler
Narrado por: Helpful Matthew
Prueba por $0.00

$14.95 al mes después de 30 días. Cancela en cualquier momento.

Compra ahora por $24.95

Compra ahora por $24.95

la tarjeta con terminación
Al confirmar tu compra, aceptas las Condiciones de Uso de Audible y el Aviso de Privacidad de Amazon. Impuestos a cobrar según aplique.

Grandes primeros Títulos

Algorithms Audiolibro Por Andy Vickler arte de portada
Algorithms De: Andy Vickler
Advanced Algorithms and Data Structures Audiolibro Por Marcello La Rocca arte de portada
Advanced Algorithms and Data Structures De: Marcello La Rocca
Grokking Algorithms Audiolibro Por Aditya Bhargava arte de portada
Grokking Algorithms De: Aditya Bhargava
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition Audiolibro Por David Thomas, Andrew Hunt arte de portada
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition De: David Thomas, y otros
Designing Data-Intensive Applications Audiolibro Por Martin Kleppmann arte de portada
Designing Data-Intensive Applications De: Martin Kleppmann
Clean Code Audiolibro Por Robert C. Martin arte de portada
Clean Code De: Robert C. Martin
Clean Architecture Audiolibro Por Robert C. Martin arte de portada
Clean Architecture De: Robert C. Martin
Fundamentals of Software Architecture Audiolibro Por Mark Richards, Neal Ford arte de portada
Fundamentals of Software Architecture De: Mark Richards, y otros
Software Engineering at Google Audiolibro Por Titus Winters, Tom Manshreck, Hyrum Wright arte de portada
Software Engineering at Google De: Titus Winters, y otros
Modern Software Engineering Audiolibro Por David Farley arte de portada
Modern Software Engineering De: David Farley
The Clean Coder Audiolibro Por Robert C. Martin arte de portada
The Clean Coder De: Robert C. Martin
Building Microservices Audiolibro Por Sam Newman arte de portada
Building Microservices De: Sam Newman
AI and Machine Learning for Coders Audiolibro Por Laurence Moroney arte de portada
AI and Machine Learning for Coders De: Laurence Moroney
Algorithms to Live By Audiolibro Por Brian Christian, Tom Griffiths arte de portada
Algorithms to Live By De: Brian Christian, y otros
The Complete Software Developer's Career Guide Audiolibro Por John Sonmez arte de portada
The Complete Software Developer's Career Guide De: John Sonmez
Java: 3 Books in 1 Audiolibro Por Andy Vickler arte de portada
Java: 3 Books in 1 De: Andy Vickler
Naked Statistics Audiolibro Por Charles Wheelan arte de portada
Naked Statistics De: Charles Wheelan
Quantum Computing Audiolibro Por Gold Game arte de portada
Quantum Computing De: Gold Game
Computer Programming: The Doctrine 2.0 Audiolibro Por Adesh Silva arte de portada
Computer Programming: The Doctrine 2.0 De: Adesh Silva
Python Programming: 2-in-1 Ultimate Value Python Guide: Learn Python Series Audiolibro Por Ronald Olsen arte de portada
Python Programming: 2-in-1 Ultimate Value Python Guide: Learn Python Series De: Ronald Olsen
Data Science: 2 Manuscripts in 1 Audiolibro Por David Park arte de portada
Data Science: 2 Manuscripts in 1 De: David Park
Machine Learning with Python Audiolibro Por David Park arte de portada
Machine Learning with Python De: David Park
Python 3 Programming Audiolibro Por Timothy C. Needham arte de portada
Python 3 Programming De: Timothy C. Needham
Programming: Computer Programming for Beginners Audiolibro Por Joseph Connor arte de portada
Programming: Computer Programming for Beginners De: Joseph Connor
Java Programming Audiolibro Por Scott Bernard arte de portada
Java Programming De: Scott Bernard
Five Lines of Code Audiolibro Por Christian Clausen arte de portada
Five Lines of Code De: Christian Clausen
The Well-Grounded Java Developer, Second Edition Audiolibro Por Benjamin Evans, Martijn Verburg, Jason Clark arte de portada
The Well-Grounded Java Developer, Second Edition De: Benjamin Evans, y otros
Machine Learning with Python Audiolibro Por Paige Jacobs arte de portada
Machine Learning with Python De: Paige Jacobs
Python Programming: Your Intermediate Guide to Learn Python in 7 Days Audiolibro Por Maurice J. Thompson arte de portada
Python Programming: Your Intermediate Guide to Learn Python in 7 Days De: Maurice J. Thompson
Machine Learning Bookcamp Audiolibro Por Alexey Grigorev arte de portada
Machine Learning Bookcamp De: Alexey Grigorev

Resumen del Editor

Book One: Have you ever wondered how a programmer develops games and writes code without having to think too much? Do you want to know what makes a programmer confident about the code they write? Do you want to learn how programmers use algorithms to determine how to structure their programs before they develop it? Then this is the book for you.

An algorithm is a set of rules or instructions you provide to a system. The system performs a specific process to answer a question using these instructions. As an amateur or expert, it is important for you to understand what an algorithm is and how you should define it. Once you learn to develop an algorithm, you can easily learn to develop code to execute that algorithm. Throughout this book, you will learn about the following:

  • Algorithms and their characteristics
  • How you should define the algorithm
  • Types of algorithms
  • Analyzing an algorithm based on time and space complexities
  • Writing code keeping an algorithm in mind
  • And more!

This book will also show you how to implement the sorting and searching algorithms using C and Java programming languages, since these are the most common languages used by programmers. Bear in mind an algorithm is only a set of instructions, and this means you can use an algorithm to write code using different programming languages. You will only need to understand the properties of the programming language and use the right syntax.

Book Two: Are you interested in furthering your knowledge of algorithms? Do you want to learn how they work for real-world problems? Then you've come to the right place. This guide will walk you through algorithm design before digging into some of the top design techniques.

Here's what you will learn:

  • The steps involved in designing an algorithm
  • The top algorithm design techniques
  • The divide and conquer algorithm
  • The greedy algorithm
  • Dynamic programming
  • The branch and bound algorithm
  • The randomized algorithm
  • Recursion and backtracking
  • And everything that goes with them.

Included are plenty of algorithm designs and code implementations to show you how it all works.

Book Three: Are you studying data science and want to take your learning further? Data structures are an integral part of data science, machine learning, and algorithms, all aimed at solving programming challenges that might seem insurmountable at the outset. Advanced Data Structures for Algorithms builds on your current knowledge, taking your learning much deeper and teaching you how to solve even the trickiest of challenges.

This audiobook has been divided into four parts. Part one covers advanced lists, including:

  • An overview of linked lists
  • Doubly linked lists
  • XOR linked lists
  • Self-organizing lists
  • Unrolled linked lists

Part two covers trees, including:

  • Segment trees
  • Trie trees
  • Fenwick trees
  • AVL trees
  • Red-black trees
  • Scapegoat trees
  • Treap
  • N-ary

Part three discusses disjoint sets or union-finds, as they are sometimes known.

Part four covers heaps and priority queues, including:

  • A brief discussion on binary heaps
  • Binomial heaps
  • Fibonacci heaps
  • Leftist heaps
  • K-ary heaps
  • Iterative heapsorts

You’ll find plenty of code examples to help you make sense of it all.

©2021 Andy Vickler (P)2022 Andy Vickler

Lo que los oyentes dicen sobre Algorithms: 3 Books in 1

Calificaciones medias de los clientes
Total
  • 3 out of 5 stars
  • 5 estrellas
    4
  • 4 estrellas
    0
  • 3 estrellas
    0
  • 2 estrellas
    2
  • 1 estrella
    3
Ejecución
  • 3 out of 5 stars
  • 5 estrellas
    3
  • 4 estrellas
    0
  • 3 estrellas
    0
  • 2 estrellas
    1
  • 1 estrella
    3
Historia
  • 3 out of 5 stars
  • 5 estrellas
    3
  • 4 estrellas
    0
  • 3 estrellas
    0
  • 2 estrellas
    1
  • 1 estrella
    3

Reseñas - Selecciona las pestañas a continuación para cambiar el origen de las reseñas.

Ordenar por:
Filtrar por:
  • Total
    2 out of 5 stars
  • Ejecución
    2 out of 5 stars
  • Historia
    2 out of 5 stars

just reading code

a large portion of this book is literally just reading C code. wish I could get a refund

Se ha producido un error. Vuelve a intentarlo dentro de unos minutos.

Has calificado esta reseña.

Reportaste esta reseña

esto le resultó útil a 5 personas

  • Total
    1 out of 5 stars
  • Ejecución
    1 out of 5 stars
  • Historia
    1 out of 5 stars

Wow, couldn't belive it would suck that much

The narrator reads like it's a childrens book, describing algorithms from wikipediais better than this

Se ha producido un error. Vuelve a intentarlo dentro de unos minutos.

Has calificado esta reseña.

Reportaste esta reseña

  • Total
    1 out of 5 stars
  • Ejecución
    1 out of 5 stars
  • Historia
    1 out of 5 stars

Avoid

Junk book, not useful to anyone.
avoid books by Andy Vickler. Cheap narration that is a joke.

Se ha producido un error. Vuelve a intentarlo dentro de unos minutos.

Has calificado esta reseña.

Reportaste esta reseña

esto le resultó útil a 1 persona