This course explores the fundamental data structures in Elixir. We will cover lists, maps, lists and nested structures. We will learn basic operations on these data structures and how to use them in Elixir programs.
Overview
Syllabus
- Lesson 1: Introduction to Lists
- Working with Fruit Lists
- Fix the City List Code
- Work with a Superheroes List
- Complete the Music List
- Mastering Lists in Elixir
- Lesson 2: Introduction to Tuples
- Focus on the Second Element
- Fix the Tuple Error
- Fill in the Tuple Details
- Tuple Creation and Inspection
- Mastering Tuple Basics
- Lesson 3: Introduction to Maps
- Updating Map Values in Elixir
- Fix the Map Bug
- Fill in Movie Map Details
- Add Missing Map Details
- Create a Book Map
- Lesson 4: Working with Nested Structures in Elixir
- Change User Details in Nested Map
- Fix the Nested Map Structure
- Extend Nested User Details
- Fill in Nested Team Details
- Create a Nested User Structure