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.
- C++
- Searching and Sorting
- Pointers
- Vectors, Linked Lists
- Stacks, Queues
- Trees, Graphs
- Maps, Hash Tables