An Open Guide to Data Structures and Algorithms

This textbook serves as a gentle introduction for undergraduates to theoretical concepts in data structures and algorithms in computer science while providing coverage of practical implementation (coding) issues. The field of computer science (CS) supports a multitude of essential technologies in sc...

Full description

Saved in:
Bibliographic Details
Main Authors: Bible, Paul W. (Author), Moser, Lucas (Author)
Other Authors: Scarlato, Mia M. (Illustrator)
Format: Electronic eBook
Language:English
Published: [Place of publication not identified] PALNI 2023.
Series:Open textbook library.
Subjects:
Online Access:Access online version
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Publisher's Note
  • Acknowledgements
  • Algorithms, Big-O, and Complexity
  • Recursion
  • Sorting
  • Search
  • Linked Lists
  • Stacks and Queues
  • Hashing and Hash Tables
  • Search Trees
  • Priority Queues
  • Dynamic Programming
  • Graphs
  • Hard Problems
  • Contributors