Designing an algorithm for the guessing game
We will now try to design an algorithm for the guessing game.
Summary:
- You design your algorithm (on paper!) after understanding the problem.
- I have introduced two “basic building blocks” of programming in this video:
- Simple statement
- Selection