<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BFS on Rik Kisnah - Blog</title><link>https://www.rik-kisnah.ai/tags/bfs/</link><description>Recent content in BFS on Rik Kisnah - Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 03 Dec 2019 09:00:00 -0800</lastBuildDate><atom:link href="https://www.rik-kisnah.ai/tags/bfs/feed.xml" rel="self" type="application/rss+xml"/><item><title>Flood Fill</title><link>https://www.rik-kisnah.ai/teach/coding/flood-fill/</link><pubDate>Tue, 03 Dec 2019 09:00:00 -0800</pubDate><guid>https://www.rik-kisnah.ai/teach/coding/flood-fill/</guid><description>The paint bucket tool. Click a square, and every connected square of the same colour changes too. Spread to the four neighbours, stop at a different colour or the edge. It is the same search you will use on every grid problem after this one.</description></item></channel></rss>