Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 611 Bytes

File metadata and controls

17 lines (9 loc) · 611 Bytes

Session 2: Data Structures

This session focuses on the purpose and application of data structures in computer science.

Outline

The agenda for this session will be as follows:

  1. Introduction: Covers the most common types of data structures, outlining their general use cases and variations.

  2. Lists: Looks at lists in Javascript and how to use them.

  3. Dictionaries: Describes the different types of dictionaries and compare them with links.

  4. Trees: Covers a simple implementation of a tree with an overview on traversing.