<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>SLL and DLL by Upkar Singh</title>
      <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz</link>
      <description>Made with good vibes</description>
      <language>en-us</language>
      <pubDate>2021-02-24 22:55:27 UTC</pubDate>
      <lastBuildDate>2025-05-17 13:59:09 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Insertion in SLL</title>
         <author>upkarsingh3925</author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238807897</link>
         <description><![CDATA[<div>- Whether it's already an implemented linked list or you're inserting a node into an already linked list the concept remains the same when updating new connections and updating important nodes (frontNode when inserting at front or backNode when inserting at back) the idea remains the same.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1025301401/5fbfa2d592d940f2ed9654f05ab5142c/drawing.png" />
         <pubDate>2021-02-24 22:56:04 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238807897</guid>
      </item>
      <item>
         <title>Insertion in DLL</title>
         <author>upkarsingh3925</author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238808382</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/681953601/c025e79986329a0ecf43e9064cbaccfd/drawing.png" />
         <pubDate>2021-02-24 22:56:19 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238808382</guid>
      </item>
      <item>
         <title>Deletion in SLL</title>
         <author>upkarsingh3925</author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238808585</link>
         <description><![CDATA[<div>- Must have a linked list implemented already, concept is deleting a node of a list and  to redirect that connection elsewhere. <br><br>- must have certain safety procedures in deleting a node such as making sure there is even a node at all or if there is only one node</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1025301401/92e6f72d5760539193c120871a214a8a/drawing.png" />
         <pubDate>2021-02-24 22:56:25 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238808585</guid>
      </item>
      <item>
         <title>Deletion in DLL</title>
         <author>upkarsingh3925</author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238808843</link>
         <description><![CDATA[<div>- The concept is super similar to deletion in SLL yet much more complex and confusing if you don't understand the procedures.<br>- each time you point to a next you have to set a prev</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/681953601/2aac09fad4cd432c9d57110068f44e5e/drawing.png" />
         <pubDate>2021-02-24 22:56:33 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238808843</guid>
      </item>
      <item>
         <title>Advantages of DLL over SLL</title>
         <author>upkarsingh3925</author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238809055</link>
         <description><![CDATA[<div>- accessibility is easier<br>- can easily move forward<br>-SLL only moves forward/linear and can't backtrack<br>-DLL can back Track but can be trickier to implement a DLL</div>]]></description>
         <enclosure url="https://codespeedy.com/wp-content/uploads/2019/07/Doubly-Linked-Lists-in-C.png" />
         <pubDate>2021-02-24 22:56:39 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1238809055</guid>
      </item>
      <item>
         <title>CLL Deletion</title>
         <author></author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1246491551</link>
         <description><![CDATA[<div>-Have cll implemented<br> <br>-assign header node to the (node being deleted)-&gt;next<br><br>-assign (node being deleted)-&gt;next = header<br><br>-delete node<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1044300991/6a1a782f95889390b853113bf1ddc2e0/drawing.png" />
         <pubDate>2021-02-26 18:27:14 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1246491551</guid>
      </item>
      <item>
         <title>CLL Insertion </title>
         <author></author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1246533639</link>
         <description><![CDATA[<div>-Have cll implemented <br><br>-Assign p to nn prev<br>-then assign q to nn next<br>-p next = nn<br>-q prev = nn</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1044300991/5f3946297115b0cde86723b144505ff6/drawing.png" />
         <pubDate>2021-02-26 18:36:08 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1246533639</guid>
      </item>
      <item>
         <title>CIrcular linked list</title>
         <author>upkarsingh3925</author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1255959450</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-03-02 00:10:14 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1255959450</guid>
      </item>
      <item>
         <title>Circular Linked LIst</title>
         <author>upkarsingh3925</author>
         <link>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1284941777</link>
         <description><![CDATA[<div>dflckdmflksmdflmd;glndfgsfldf</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-03-09 00:03:39 UTC</pubDate>
         <guid>https://padlet.com/upkarsingh3925/kyhzla5kltocmrmz/wish/1284941777</guid>
      </item>
   </channel>
</rss>
