Table of Contents for
Grokking Algorithms: An illustrated guide for programmers and other curious people

Version ebook / Retour

Cover image for bash Cookbook, 2nd Edition Grokking Algorithms: An illustrated guide for programmers and other curious people by Aditya Y. Bhargava Published by Manning Publications, 2016
  1. Cover
  2. Grokking Algorithms: An illustrated guide for programmers and other curious people
  3. Copyright
  4. Brief Table of Contents
  5. Table of Contents
  6. Preface
  7. Acknowledgments
  8. About this Book
  9. Chapter 1. Introduction to Algorithms
  10. Chapter 2. Selection Sort
  11. Chapter 3. Recursion
  12. Chapter 4. Quicksort
  13. Chapter 5. Hash Tables
  14. Chapter 6. Breadth-first Search
  15. Chapter 7. Dijkstra’s algorithm
  16. Chapter 8. Greedy algorithms
  17. Chapter 9. Dynamic programming
  18. Chapter 10. K-nearest neighbors
  19. Chapter 11. Where to go next
  20. Appendix. Answers to Exercises
  21. Index
Prev Previous Chapter
Copyright
Next Next Chapter
Table of Contents

Brief Table of Contents

Copyright

Brief Table of Contents

Table of Contents

Preface

Acknowledgments

About this Book

Chapter 1. Introduction to Algorithms

Chapter 2. Selection Sort

Chapter 3. Recursion

Chapter 4. Quicksort

Chapter 5. Hash Tables

Chapter 6. Breadth-first Search

Chapter 7. Dijkstra’s algorithm

Chapter 8. Greedy algorithms

Chapter 9. Dynamic programming

Chapter 10. K-nearest neighbors

Chapter 11. Where to go next

 Answers to Exercises

Index

Prev Previous Chapter
Copyright
Next Next Chapter
Table of Contents
Back to top