<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Algorithm on ZK Punk</title>
		<link>https://www.ZKPunk.dev/tags/algorithm/</link>
		<description>Recent content in Algorithm on ZK Punk</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Wed, 25 Jan 2023 20:09:10 +0530</lastBuildDate>
		
			<atom:link href="https://www.ZKPunk.dev/tags/algorithm/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Flood Fill: Recursion versus Iterative Solution</title>
				<link>https://www.ZKPunk.dev/posts/recursion_vs_iterative/</link>
				<pubDate>Wed, 25 Jan 2023 20:09:10 +0530</pubDate>
				<guid>https://www.ZKPunk.dev/posts/recursion_vs_iterative/</guid>
				<description>&lt;p&gt;Last Run on Python 3.11.1&lt;/p&gt;&#xA;&lt;h3 id=&#34;intro&#34;&gt;&#xA;  Intro&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#intro&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;I have been working on a SwiftUI app to develop a Pixel Editor inspired by the simplicty of the &lt;a href=&#34;https://www.lexaloffle.com/pico-8.php&#34;&gt;pico8&lt;/a&gt; fantasy game console. One of the most common feature in a drawing application apart from the pencil tool &amp;hellip; doh =P, is the bucket tool. The bucket tool performs a &lt;a href=&#34;https://en.wikipedia.org/wiki/Flood_fill&#34;&gt;flood fill&lt;/a&gt; operation, which basically as the name suggests floods the screen and/or a region in the canvas with the selected color.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
