Cargando…

The self-taught computer scientist : the beginner's guide to data structures & algorithms /

Get a head start in a rapidly growing industry with help from a Silicon Valley insider. Computer science is one of the fastest growing industries in the world and shows no signs of slowing down. In The Self-Taught Computer Scientist: The Beginner's Guide to Computer Science, expert programmer a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Althoff, Cory (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Hoboken, NJ : Wiley, [2022]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction
  • Part I Introduction to Algorithms
  • Chapter 1 What Is an Algorithm?
  • Chapter 2 Recursion
  • Chapter 3 Search Algorithms
  • Chapter 4 Sorting Algorithms
  • Chapter 5 String Algorithms
  • Chapter 6 Math
  • Chapter 7 Self-Taught Inspiration: Margaret Hamilton
  • Part II Data Structures
  • Chapter 8 What Is a Data Structure?
  • Chapter 9 Arrays
  • Chapter 10 Linked Lists
  • Chapter 11 Stacks
  • Chapter 12 Queues
  • Chapter 13 Hash Tables
  • Chapter 14 Binary Trees
  • Chapter 15 Binary Heaps
  • Chapter 16 Graphs
  • Chapter 17 Self-Taught Inspiration: Elon Musk
  • Chapter 18 Next Steps.