Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 397 Bytes

File metadata and controls

3 lines (2 loc) · 397 Bytes

CONWAY SEQUENCE

This puzzle focuses on teaching you how to manage the creation and updating of lists, as well as using nested loops. It revolves around the Conway Sequence, a mathematical series. The main objective is to learn how to generate terms of this series iteratively. By solving this puzzle, you will have the opportunity to practice and improve your skills in working with sequences.