Description
In this course, you will learn
- Arrays provide a way to bundle data by guaranteeing sequences of data are grouped together.
- Finally, recursive functions—functions that call themselves—provide an alternative to iteration that are very useful for implementing certain algorithms.