# Weekly Programming Challenge #11

DevFeed: [Weekly Programming Challenge #11](<https://devfeed.tech/articles/weekly-programming-challenge-11-21096.md>)

Original publisher: [Read original article](<http://weblog.jamisbuck.org/2016/10/8/weekly-programming-challenge-11.html>)

Author: Jamis

Published: 2016-10-08T06:00:00Z

Content type: article

Language: en

Sources: [Jamis Buck](<https://devfeed.tech/sources/jamis-buck.md>)

Topics: [Programming](<https://devfeed.tech/topics/programming.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Code](<https://devfeed.tech/topics/code.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [code](<https://devfeed.tech/tags/code.md>), [http](<https://devfeed.tech/tags/http.md>), [languages](<https://devfeed.tech/tags/languages.md>), [programming](<https://devfeed.tech/tags/programming.md>)

## AI overview

This programming challenge revisits circle rasterization through the midpoint circle algorithm. It also recaps the previous challenge, in which participants implemented network programming tasks in several languages.

## Source excerpt

Drawing Circles -- 3-minute read