November 2020
Intermediate to advanced
420 pages
8h 50m
English
In this chapter, we will take a deeper look at problems and identify the input and output necessary to design an algorithm for our problems. Throughout this chapter, you will learn how algorithms are read and the order in which instructions are carried out. You will also learn how to use functions and loops to manipulate the control flow in your algorithms.
We will cover the following topics in this chapter:
By the end of the chapter, we will learn how control flow is defined, how we use the if, for, and range() functionalities when designing algorithms in computational thinking, ...
Read now
Unlock full access