# Tech Tuesday: Algorithms (Implementations) **Published by:** [Continuations](https://continuations.com/) **Published on:** 2012-11-13 **Categories:** tech tuesday, programming, algorithms, implementation **URL:** https://continuations.com/tech-tuesday-algorithms-implementations ## Content 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: ## Publication Information - [Continuations](https://continuations.com/): Publication homepage - [All Posts](https://continuations.com/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@continuations): Subscribe to updates - [Twitter](https://twitter.com/albertwenger): Follow on Twitter ## Optional - [Collect as NFT](https://continuations.com/tech-tuesday-algorithms-implementations): Support the author by collecting this post - [View Collectors](https://continuations.com/tech-tuesday-algorithms-implementations/collectors): See who has collected this post