Data Structures

PREVIOUS: Classes

Preface

The pace picks up here a bit as opposed to CSE 020 and CSE 021, but it’s still not too bad.

I took this class in the Spring of 2017.

The goal of this class:

  • Do all of the concepts learned in CSE 020/021 in C++.
  • Basic analysis of algorithms
  • Explore different kinds of data structures: vectors, queues, stacks, lists, trees, graphs.
  1. C++
  2. Searching and Sorting
  3. Pointers
  4. Vectors, Linked Lists
  5. Stacks, Queues
  6. Trees, Graphs
  7. Maps, Hash Tables