This document introduces the course CS 6213 - Advanced Data Structures. It discusses what data structures are, how they are designed to efficiently support specific operations, and provides examples. Common data structures like stacks, queues, linked lists, trees, and graphs are introduced along with their basic operations and implementations. Real-world applications of these data structures are also mentioned.