logo
Module 1 - Meeting Your First Array

0% Completed

Overview: In module two we will get an introduction to the intricacies of arrays. You will deal with recursing through these arrays of felts, known as felt*. What you will implement: For this section you will write a function that recurses through an array of numbers, representing the angle of each of the faces of the pyramid with the ground, and ensure the angles are within the safe range prescribed by the Mummies or are to their liking to build a joke pyramid. In this section we will cover: arrays (felt*), recursion, builtins, implicit arguments, imports and local variables. You can either skips the step by step lessons and solve the whole chapter or go step by step starting at Lesson 1. See you on the other side.




What you'll learn

Meeting Your First Array

Creating an array

5-10 min
Start!

Meeting Your First Array

Writing Function Signatures For Recursing Through Array

5-10 min

Meeting Your First Array

Printing Output & Implicit Arguments

5-10 min

Meeting Your First Array

Implementing Recursive Logic

20-30 min

Meeting Your First Array

Local Variables

10-15 min

Meeting Your First Array

Returning multiple values and more recursion

30-40 min
Meeting Your First Array

Solve the Module Without Help

2 hrs

Twitter