<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Algorithms on Pocket Dev</title><link>/categories/algorithms/</link><description>Recent content in Algorithms on Pocket Dev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 06 Feb 2025 15:11:00 +0000</lastBuildDate><atom:link href="/categories/algorithms/index.xml" rel="self" type="application/rss+xml"/><item><title>Optimizing E-Commerce Performance: A Deep Dive into Big O Complexity</title><link>/posts/big-o-complexity-ecommerce-performance/</link><pubDate>Thu, 06 Feb 2025 15:11:00 +0000</pubDate><guid>/posts/big-o-complexity-ecommerce-performance/</guid><description>&lt;h1 id="understanding-big-o-complexity-in-an-e-commerce-application"&gt;&lt;strong&gt;Understanding Big O Complexity in an E-Commerce Application&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Big O notation helps us analyze how an algorithm&amp;rsquo;s &lt;strong&gt;runtime grows&lt;/strong&gt; as the input size increases. In an &lt;strong&gt;e-commerce application&lt;/strong&gt;, different tasks—like searching for products, sorting items, and checking user sessions—have &lt;strong&gt;different time complexities&lt;/strong&gt;. Writing efficient code ensures that your application scales well as the number of users and products grows.&lt;/p&gt;</description></item><item><title>Big O Notation Explained: A Simple Guide to Algorithm Complexity</title><link>/posts/big-o-notation-explained-algorithm-complexity/</link><pubDate>Wed, 05 Feb 2025 13:56:00 +0000</pubDate><guid>/posts/big-o-notation-explained-algorithm-complexity/</guid><description>&lt;h1 id="understanding-big-o-notation-a-simple-comparison"&gt;&lt;strong&gt;Understanding Big O Notation: A Simple Comparison&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;This post is part of my &lt;strong&gt;data structures and algorithms refresher series&lt;/strong&gt;, where I revisit essential concepts that every developer should understand. One of the most important is &lt;strong&gt;Big O notation&lt;/strong&gt;—a way to measure how an algorithm&amp;rsquo;s efficiency scales as input size increases.&lt;/p&gt;</description></item></channel></rss>