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...

Full description

Saved in:
Bibliographic Details
Main Author: Althoff, Cory (Author)
Format: Electronic eBook
Language:English
Published: Hoboken, NJ : Wiley, [2022]
Subjects:
Online Access:CONNECT
Table of Contents:
  • 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.