<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Data Structures in Everyday Smart Living by Navya Joe</title>
      <link>https://padlet.com/navyamolkt/DataStructurelife</link>
      <description>Post your response to the discussion topic by clicking the plus button below.</description>
      <language>en-us</language>
      <pubDate>2025-09-30 15:56:37 UTC</pubDate>
      <lastBuildDate>2025-10-03 06:06:37 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/8.0/svg/1f4ac.svg</url>
      </image>
      <item>
         <title></title>
         <author>navyamolkt</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3611715938</link>
         <description><![CDATA[<p><strong>Queue – Bus Stop</strong><br>People waiting in line at a bus stop → works like a <strong>queue</strong> (first in, first out).</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-30 16:06:51 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3611715938</guid>
      </item>
      <item>
         <title></title>
         <author>adarshs2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3611768021</link>
         <description><![CDATA[<p><strong><em>Instagram Story - Doubly Linked List</em></strong></p><p><br></p><blockquote><p>Viewing an <mark>Instagram Story</mark> → Each "frame" (node) knows both the <em>next</em> post (tap) and the <em>previous</em> post (swipe/tap left), letting you move back and forth.</p></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-30 16:37:09 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3611768021</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3611786362</link>
         <description><![CDATA[<p>Google Maps – Graphs</p><p>Navigation systems use graphs where cities are nodes and roads are edges.</p><p>The shortest path algorithms help find the best rout</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-30 16:48:33 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3611786362</guid>
      </item>
      <item>
         <title></title>
         <author>adarshsnarayanan2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3611793225</link>
         <description><![CDATA[<p><strong>Everyday Data Structures in Gaming</strong></p><p><br></p><blockquote><p><em>In games and apps, data structures organize everything: inventory slots use arrays, undo actions use stacks, matchmaking uses queues, skill trees use trees, and maps use graphs. They make interactions smooth and efficient</em></p></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-30 16:52:47 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3611793225</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3611803899</link>
         <description><![CDATA[<p>Music App Queues</p><p>​Music streaming apps like Spotify or Apple Music use queues to manage your song list. When you select "Add to Queue" or "Play Next," the song is added to a queue data structure. The app processes this list in a First-In, First-Out (FIFO) order, ensuring the songs play in the sequence you selected.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-30 16:59:17 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3611803899</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612753564</link>
         <description><![CDATA[<p><strong>Hash TablePassword Verification:</strong></p><p><br></p><p>When you log into an app or website, the system doesn't store your actual password (for security). It stores a scrambled, fixed-length value called a <strong>hash</strong> of your password. When you type your password, the system instantly runs it through the same hash function and uses a Hash Table to quickly check if the resulting hash matches the stored hash, allowing for near-instant and secure login validation.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4478354162/4c0ea8878e6b8707bfa247a25c1e692c/hashing.jpg" />
         <pubDate>2025-10-01 05:00:59 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612753564</guid>
      </item>
      <item>
         <title></title>
         <author>clarelyzmathew</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612764992</link>
         <description><![CDATA[<p><strong><em>Customer Service Helplines (Queues)</em></strong><br><br>In customer service helplines, the management of incoming calls is powered by the Queue data structure (FIFO - First In, First Out). This structure ensures that callers are assisted in the exact order they arrive-maintaining fairness, reducing confusion, and providing an organized system for handling high volumes of requests.<br><br>By applying queues, helplines ensure delivery of structured and efficient support, providing every customer timely attention without disruption or bias.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 05:09:30 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612764992</guid>
      </item>
      <item>
         <title></title>
         <author>anugrahanil2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612772657</link>
         <description><![CDATA[<p>Data Structures in Everyday Smart Living</p><p><br/></p><p>Trees in smart thermostats like Nest. The thermostat collects temperature data and builds a decision tree to learn your daily patterns—such as when you prefer the room cooler or warmer. Using this structure, it can automatically adjust the temperature without you needing to set it every time.</p><p><br/></p><p>Conclusion: Trees make smart devices “learn” habits, turning homes more comfortable and energy-efficient.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 05:15:05 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612772657</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612780419</link>
         <description><![CDATA[<p>Stack – Undo Button in Apps</p><p>  The “Undo” button in applications like Word, Excel, or Photoshop allows reversing actions in the reverse order they were performed. The most recent action is undone first, then the one before it, following the last-in, first-out (LIFO) principle. This helps in editing documents, images, or spreadsheets without affecting earlier steps.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 05:20:57 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612780419</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612809585</link>
         <description><![CDATA[<p>Stack </p><p><br/></p><p>Browser Back Button </p><p><br/></p><p>Pages you visited are stored like a stack; the last page visited is the first to go back to.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 05:44:23 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612809585</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612837266</link>
         <description><![CDATA[<p><strong>Seats in cinema theatre - Real life example of <mark>Array</mark> in data structure </strong></p><p><br/></p><p><strong><em>   Cinema theatre</em></strong> seats are a real-life example of an array. The seats are arranged in rows and columns, and each seat has a fixed number or index. You can directly go to a particular seat without checking the others, just like accessing an element in an array using its <strong>index</strong>. </p><p>  Therefore, the arrangement of cinema theatre seats can be thought of as a practical example of a <strong>2D array.</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 06:05:11 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612837266</guid>
      </item>
      <item>
         <title></title>
         <author>adaarsh_10</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612927891</link>
         <description><![CDATA[<p>Consider a <em>train</em> is made up of coaches connected one after another. Each coach contains passengers (like data) and has a connector that links it to the next coach — just like a node in a Linked List, which stores data and a pointer to the next node.</p><p>🧠 <strong>Concept Mapping:</strong></p><p>Coach → Node</p><p>Passengers → Data</p><p>Connector to next coach → Pointer (next link)</p><p>Engine → Head node</p><p>Last coach → Tail node (next = NULL)</p><p>⚙️ <strong>How It Works</strong>:</p><p>The engine starts the chain (like the head node).</p><p>Each coach is linked to the next one.</p><p>If one coach is removed, the others remain connected by adjusting the links.</p><p>The last coach has no next link — similar to a NULL pointer.</p><p>📚 <strong>Property:</strong></p><p>Sequential Linking: Each node is connected one by one, and traversal happens in sequence.</p><p>💡 <strong>Why It Fits:</strong></p><p>You cannot directly jump to a specific coach — you move sequentially, just like traversing a linked list.</p><p>Insertion or deletion is easy: you can add or remove a coach by changing the links.</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/4478020517/e4d6ea49478b43e614a8a60a1bea07cc/1000044796.jpg" />
         <pubDate>2025-10-01 07:09:51 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612927891</guid>
      </item>
      <item>
         <title></title>
         <author>rittamariyamathew2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612982346</link>
         <description><![CDATA[<p>File Explorer Folders – A Tree in Your Device</p><p><br/></p><p>Think about how you open files on your computer or mobile. It’s never random—there’s a clear path. This is because your device uses a Tree data structure to organize everything.</p><p>The root is your main storage (like C: Drive or Phone Storage).</p><p>Each folder inside is a branch.</p><p>Subfolders are smaller branches, spreading further.</p><p>Finally, the leaves are your files (photos, songs, documents).</p><p><br/></p><p>Just like a real tree grows outward from the trunk, your storage grows outward from the root into branches and leaves.</p><p>Thanks to this Tree structure, files can be located and accessed efficiently and systematically.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 07:49:52 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612982346</guid>
      </item>
      <item>
         <title></title>
         <author>sreyabiju2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3612999935</link>
         <description><![CDATA[<p><strong><em>Electricity Grid as a Graph</em></strong> </p><p><br/></p><p>The electricity grid works like a graph:</p><p>Nodes: Power Plants → Substations → Homes</p><p>Edges: Power lines connecting them</p><p>If a power line fails, other connections in the graph can reroute electricity.</p><p>Shortest path algorithms help optimize transmission and reduce energy loss.</p><p>Graph-based modeling ensures cities have reliable power, especially during faults or peak demand.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 08:03:02 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3612999935</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613003805</link>
         <description><![CDATA[<p><strong>Trees</strong></p><p><br/></p><p>Subreddits are organized like trees — main categories branch into smaller communities, helping you navigate topics from broad to super specific.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 08:06:15 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613003805</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613047017</link>
         <description><![CDATA[<p>Metro &amp; Transport Routes</p><p>A graph is a data structure made up of nodes (points) and edges (connections).</p><p>Metro maps or bus networks are perfect examples</p><p>Stations = nodes</p><p>Routes between stations = edges</p><p><br></p><p>When you open Google Maps, it finds the shortest path from your location to your destination by using graph algorithms.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 08:36:37 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613047017</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613065750</link>
         <description><![CDATA[<p>In restaurants, orders are often handled using a queue. The first order placed is the first one prepared and served (FIFO). This keeps the kitchen organized and ensures no customer waits unfairly. Even when multiple chefs are working, the queue ensures each order is completed in the correct sequence, preventing mix-ups and delays.</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 08:50:04 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613065750</guid>
      </item>
      <item>
         <title></title>
         <author>jakejmathew2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613069212</link>
         <description><![CDATA[<p> Music Playlist (Doubly Linked List)</p><ul><li><p><strong>Each song = Node</strong><br>Stores the song info and has two links:</p><ul><li><p>next → next song in the playlist</p></li><li><p>prev → previous song in the playlist</p></li></ul></li><li><p><strong>Navigation</strong></p><ul><li><p>Tap "Next " → move forward (current = <a rel="noopener noreferrer nofollow" href="http://current.next">current.next</a>)</p></li><li><p>Tap "Previous " → move backward (current = current.prev)</p></li></ul></li><li><p><strong>Start &amp; End</strong></p><ul><li><p>First song: no previous link</p></li><li><p>Last song: no next link</p></li></ul></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 08:52:38 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613069212</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613127601</link>
         <description><![CDATA[<p>Bus Stop Lines (Queue)</p><p><br></p><p>A Queue is a data structure that follows the rule FIFO (First In, First Out).</p><p>In real life, bus stop lines are a perfect example:</p><p><br></p><p>👥 People waiting = elements in the queue</p><p>🚌 First person in line = first person to board the bus</p><p><br></p><p>✨ Real-life example:</p><p>At a bus stop, the first passenger to arrive is the first to get on the bus, while new arrivals wait their turn.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 09:38:10 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613127601</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613152009</link>
         <description><![CDATA[<p>Stack</p><p><br/></p><p>In computer programming, function calls are managed using a stack. When a function is called, it is placed on top of the stack, and when the function finishes, it is removed from the top. This Last-In-First-Out (LIFO) approach ensures that the most recently called function is completed first before returning to the earlier ones. This system keeps track of execution order correctly and prevents confusion, just like a real-life stack where the last item placed must be the first one taken out.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 09:59:18 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613152009</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613154655</link>
         <description><![CDATA[<p>In Adobe Premiere Pro, a clear real-world example of stacks is the undo and redo system. Every action you perform—like inserting a clip, trimming it, or adding a transition—is pushed onto the undo stack in the exact order you make the edits. When you use undo (Ctrl+Z/Cmd+Z), Premiere removes the most recent action from the top of the stack, effectively rolling back your last change. Those undone actions are then moved onto the redo stack, so if you choose to redo (Ctrl+Shift+Z/Cmd+Shift+Z), Premiere pulls them back from that stack and reapplies them in the correct order. This system ensures you can step backward and forward through your edits in a controlled, stack-based process, where the most recent changes are always the first to be undone.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 10:01:38 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613154655</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613205078</link>
         <description><![CDATA[<p><br/></p><p>Taken topic:Graph-&gt;A graph is a non-linear data structure consisting of nodes (vertices) connected by edges, representing relationships between objects, and can be directed or undirected, weighted or unweighted, with applications in social networks, route planning, and more.</p><p>Real life example: <em>Graphs in Metro Systems. </em></p><p>Graphs are extensively used in metro systems to represent complex networks, where stations are depicted as nodes and routes as edges, facilitating efficient route planning, real-time updates, and optimal navigation through algorithms like Dijkstra's, thereby enhancing passenger experience and system management.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 10:41:25 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613205078</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613239879</link>
         <description><![CDATA[<p>ATM Withdrawals → Queue (FIFO)</p><p>Representation:</p><p>People waiting at an ATM form a queue</p><p>Enqueue: New person joins the line</p><p>Dequeue: First person completes the transaction</p><p>Order: First Come, First Served</p><p><br></p><p>Graphical View:</p><p>Person1 → Person2 → Person3 → Person4</p><p><br></p><p>Person1 goes first, then Person2, Person3, and Person4</p><p>No one can skip unless it’s a priority system</p><p>Real-Life Features:</p><p>1. FIFO principle: First person served first</p><p>2. Queue grows as people join and shrinks as they finish</p><p>3. Some ATMs use priority queues; multiple ATMs balance the load</p><p><br></p><p>Summary: ATM lines are a real-world example of FIFO queues.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 11:09:01 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613239879</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613244333</link>
         <description><![CDATA[<p><strong>Linked List → Necklace Beads</strong></p><p>Imagine a necklace made of beads strung together with a thread. Each bead represents a <strong>node</strong> in a linked list, and the thread connecting it to the next bead acts like the <strong>pointer</strong> (or reference) that links one node to the next. If you want to traverse the necklace, you simply move bead by bead in sequence, just like how a linked list is traversed one node at a time. Now, if one bead breaks off or the thread between two beads snaps, the entire sequence after that point gets disconnected — just like in a linked list when a pointer is broken or a node is deleted. Adding a new bead is also similar to inserting a node: you tie a new bead into the chain by carefully adjusting the thread pointers. In the same way, removing a bead requires reconnecting the thread so the rest of the necklace stays intact. If the necklace is circular (ends joined), it becomes a <strong>circular linked list</strong>, where the last node points back to the first. This simple piece of jewelry beautifully mirrors the structure and behavior of linked lists in computer science.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 11:12:55 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613244333</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613258443</link>
         <description><![CDATA[<p><strong>🌳 Trees → Contacts App in Smartphones</strong></p><ul><li><p><strong>Where:</strong> Contact lists sorted alphabetically.</p></li><li><p><strong>Data Structure:</strong> <strong>Binary Search Tree (BST)</strong> or <strong>Trie</strong></p></li><li><p><strong>Why:</strong> Searching “Maria” jumps quickly to “M” branch → “Ma” → “Mar” without scanning all names.</p></li><li><p>📍 <em>Example:</em> Typing letters in the search bar instantly narrows results.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 11:24:30 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613258443</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613276669</link>
         <description><![CDATA[<p>Graphs in Everyday Life: Metro Routes</p><p>A <strong>Graph</strong> is a data structure made up of <strong>nodes (vertices)</strong> and <strong>connections (edges)</strong>.</p><ul><li><p><strong>In a Metro system:</strong></p><ul><li><p><strong>Stations</strong> = Nodes</p></li><li><p><strong>Tracks between stations</strong> = Edges</p></li></ul></li></ul><p>This makes metro maps a perfect real-world example of graphs.</p><p>🔹 How it Works</p><ol><li><p><strong>Shortest Path Finding</strong></p><ul><li><p>Apps like Google Maps use <strong>graph algorithms</strong> (Dijkstra’s, BFS, A*) to find the fastest route.</p></li><li><p>Example: To go from <em>Station A</em> to <em>Station F</em>, the algorithm calculates the path with the least stops or least time.</p></li></ul></li><li><p><strong>Multiple Routes</strong></p><ul><li><p>A station may connect to many others.</p></li><li><p>Graphs help decide which branch (edge) to take.</p></li></ul></li><li><p><strong>Handling Traffic</strong></p><ul><li><p>If one track is closed, the graph structure allows rerouting through another path.</p></li></ul></li></ol><p>🔹 Real-Life Benefits</p><ul><li><p><strong>Travel Efficiency</strong> → Saves time by finding optimal routes.</p></li><li><p><strong>Smart Ticketing Systems</strong> → Fare calculated based on distance between two nodes.</p></li><li><p><strong>Navigation Apps</strong> → Suggest alternate routes during rush hours.</p></li></ul><p>🔹 Example</p><p>If you’re in <strong>Delhi Metro</strong> (or any city’s metro):</p><ul><li><p>Kashmere Gate → Rajiv Chowk → Huda City Centre is one possible path.</p></li><li><p>The app will check all graph connections and suggest the best route depending on distance or time.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 11:39:56 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613276669</guid>
      </item>
      <item>
         <title></title>
         <author>jissaji2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613284208</link>
         <description><![CDATA[<p>Printer Job Queue → Queue (FIFO)</p><p><br></p><p>Representation: Print jobs sent by different users are stored in a queue.</p><p><br></p><p>Enqueue: A new document is added to the print queue.</p><p><br></p><p>Dequeue: The first document in the queue gets printed.</p><p><br></p><p>Order: First Come, First Served</p><p><br></p><p>Graphical View:</p><p><br></p><p>Job1 Job2 → Job3 - Job4 ←</p><p><br></p><p>Job1 gets printed first, then Job2, Job3, and Job4.</p><p><br></p><p>No job can skip ahead unless it's a priority print system.</p><p><br></p><p>Real-Life Features:</p><p><br></p><p>Follows FIFO principle: First document</p><p><br></p><p>sent is printed first</p><p><br></p><p>Queue grows as new jobs are added and shrinks as they are completed</p><p><br></p><p>Some printers allow priority jobs, but normal ones are strictly FIFO</p><p><br></p><p>Summary: Printer job queue is a real-world example of how a queue works in computing and daily life.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 11:44:56 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613284208</guid>
      </item>
      <item>
         <title></title>
         <author>tessaannarintu2029</author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613310120</link>
         <description><![CDATA[<p>“From root to boarding pass — traverse your airport check-in&nbsp;tree!”&nbsp;</p><p>A tree is a hierarchical structure with a root, branches, child nodes, and leaves. The airport check-in process can be modeled as a tree, where the root is the overall check-in, branches are main steps like Document Verification, Baggage Drop, and Boarding Pass. Each branch has child nodes for sub-steps, such as Passport, ID, Visa under Document Verification, or Weigh and Tag Bag under Baggage Drop. Leaves represent individual actions like scanning the passport or collecting the boarding pass, allowing an organized, step-by-step process similar to&nbsp;tree&nbsp;traversal.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 12:05:48 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613310120</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613427967</link>
         <description><![CDATA[<p>Airline Flight Routes → Graph Example</p><p><br></p><p>Nodes (Vertices):</p><p>Each airport is a node in the graph.</p><p>Example: JFK (New York), LHR (London), DEL (Delhi), DXB (Dubai).</p><p><br></p><p>Edges:</p><p>Each direct flight between two airports is an edge.</p><p>Example: JFK → LHR, LHR → DEL, DXB → JFK.</p><p><br></p><p>Weights (optional):</p><p>Graph edges can also store extra info (weights), like:</p><p><br></p><p>Flight distance  (miles/km)</p><p><br></p><p>Ticket price </p><p><br></p><p>Travel time </p><p><br></p><p><br></p><p>Why Graphs are useful here?</p><p><br></p><p>Shortest path problem: Helps find the shortest distance or quickest route between airports.</p><p><br></p><p>Cheapest path problem: Helps airlines/travel sites suggest the cheapest flight combinations.</p><p><br></p><p>Connectivity: Helps see which airports are well-connected and which require layovers.</p><p><br></p><p> Example in action:</p><p>You want to fly from New York (JFK) to Delhi (DEL).</p><p><br></p><p>No direct flight exists.</p><p><br></p><p>The graph shows a path: JFK → LHR → DEL.</p><p><br></p><p>The algorithm (like Dijkstra’s or BFS) can calculate the cheapest or fastest way.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 13:17:43 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613427967</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613433207</link>
         <description><![CDATA[<p><strong>Trees in Contact Lists</strong><br>Your smartphone’s contact list is a great real-life example of a <strong>tree data structure</strong>. Contacts are often organized alphabetically, starting from A to Z, and within each letter, names branch out further. This structure makes searching efficient — when you type a few letters, your phone quickly narrows down to the right branch and shows matching results. Similarly, file explorers on computers (with folders and subfolders) also follow a <strong>tree hierarchy</strong>, making navigation smooth and systematic. Without trees, managing and retrieving large sets of data would be slow and chaotic.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 13:20:46 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613433207</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613452120</link>
         <description><![CDATA[<p>"Hungry? Just traverse the cuisine tree!”A tree is a hierarchical data structure with a root, branches, child nodes, and leaves. In food apps, the root represents the cuisine type (e.g., Indian, Italian), branches represent dish categories (e.g., North Indian, South Indian), and child nodes are specific dishes, with leaves as recipes or ingredients. This structure enables fast, organized browsing, similar to tree traversal in programming. For example, North Indian dishes include Paneer Butter Masala and Dal Makhani, while South Indian has Dosa and Idli, and Street Food has Pani Puri and Vada Pav.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 13:30:46 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613452120</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613752292</link>
         <description><![CDATA[<p>Graphs in the Internet</p><p><br></p><p>On the Internet, websites can be seen as nodes, and the hyperlinks between them act as edges.</p><p>Search engines like Google use graph algorithms (like PageRank) to decide which sites are most important and should appear first in search results.</p><p><br></p><p>They make web browsing fast, connected, and meaningful.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 16:15:55 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613752292</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3613937748</link>
         <description><![CDATA[<p>Wars and Linked lists</p><p><br/></p><p>Every war that has occured in the long history of human civilisation is an example of how a linked list works. Every war and its consequences lead to the next. If we take an instance, the assasination of the Archduke Franz Ferdinand led to a series of events (everything happened one after another) and it finally triggered WWI then its consequences led to WWII etc... and just like that ongoing...similar to how a singly linked list works. 😉</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-01 18:16:44 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3613937748</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3615511342</link>
         <description><![CDATA[<p>Trees</p><p><br/></p><p><strong>Trees → Contacts List Organization</strong></p><ul><li><p><strong>Structure</strong>: Your phone contacts are stored like a tree (root → groups → names).</p></li><li><p> Helps in quick searching, sorting (A–Z), and grouping (family, work, friends).</p></li><li><p><strong>Real Example</strong>:</p><ul><li><p>Phone Contacts app (alphabetical order).</p></li><li><p>File Explorer folders (parent–child hierarchy).</p></li><li><p>Organizational chart in a company (CEO → Managers → Employees).</p></li></ul></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-02 14:33:38 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3615511342</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3615543397</link>
         <description><![CDATA[<p><strong>Chat Messages as Nodes in a Linked List</strong></p><ol><li><p><strong>Each message = a node</strong></p><ul><li><p>Imagine every message you send or receive is a <strong>box (node)</strong>.</p></li><li><p>This box stores the <strong>content</strong> of the message (text, emoji, etc.).</p></li></ul></li><li><p><strong>Pointer to the next message</strong></p><ul><li><p>Each box has a <strong>link (pointer)</strong> to the <strong>next message</strong> in the chat.</p></li><li><p>This is like saying: “After this message, the next one is…”</p></li><li><p>So you can move from the first message to the last one by following the links.</p></li></ul></li><li><p><strong>Easy addition/deletion</strong></p><ul><li><p><strong>Add new messages:</strong> Just create a new node and link it to the end of the list. No need to shift all messages.</p></li><li><p><strong>Delete old messages:</strong> Remove the node and update the link of the previous node. Again, no need to rearrange the entire chat.</p></li></ul></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-02 14:52:21 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3615543397</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/navyamolkt/DataStructurelife/wish/3615640199</link>
         <description><![CDATA[<p>How Stacks Power Games</p><p>1. Undo / Redo Moves</p><p>Puzzle games (Candy Crush, Chess apps) let players undo last actions.</p><p>Implemented using push/pop (last move is first undone).</p><p>2. Backtracking in Levels / Mazes</p><p>AI or player retracing steps in maze games (Pac-Man pathfinding, Zelda dungeons).</p><p>Uses stack memory to store past positions.</p><p>3. Game Engine Function Calls</p><p>Every frame rendering (graphics, sound, physics) uses the call stack.</p><p>Example: Unity, Unreal Engine.</p><p>4. Navigation (Menu / Settings)</p><p>Opening &amp; closing menus works like stacks:</p><p>Open submenu → push.</p><p>Exit → pop back to previous screen.</p><p>5. Checkpoint / Save Systems</p><p>Some games let you "rewind" to last checkpoint (Prince of Persia: Sands of Time).</p><p>Stacks store snapshots of game states.</p><p>6. Combat Systems (Turn-based RPGs)</p><p>Moves queued and resolved in LIFO order when using combos.</p><p>Example: Spell combos in Final Fantasy.</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-02 15:57:33 UTC</pubDate>
         <guid>https://padlet.com/navyamolkt/DataStructurelife/wish/3615640199</guid>
      </item>
   </channel>
</rss>
