Skip to content

Latest commit

 

History

History

conway-sequence

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.