onlydustxyz / starklings

An interactive tutorial to get you up and running with Starknet
309 stars 83 forks source link

Exercises about recursions #111

Closed Bernardstanislas closed 2 years ago

Bernardstanislas commented 2 years ago

Recursions are a big part of the Cairo language, they must be introduced as exercises.

From basic recursions to the very common recursive pointer update pattern, exercises should cover the most encountered recursive patterns found in Cairo.