In this chapter, we will cover the following recipes:
- Exploring the use of range expressions to iterate through alphabet characters
- Traversing through ranges using progression with a custom step value
- Building custom progressions to traverse dates
- Using range expressions with flow control statements
- Discovering the concept of sequences
- Applying sequences to solve algorithmic problems