>300 subscribers
Share Dialog
Last week in Tech Tuesday, we continued our introduction to algorithms by looking at a first implementation. As a reminder we are trying to find out whether a sequence of integers contains a number that is repeated four times in a row. Here is that Python code together with a bug fix for dealing with empty number sequences:
No comments yet