<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Easy on EverythingPython</title><link>https://everythingpython.in/blog/easy/</link><description>Recent content in Easy on EverythingPython</description><generator>Hugo</generator><language>en-US</language><copyright>Contents under CC-BY-NC</copyright><lastBuildDate>Mon, 15 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://everythingpython.in/blog/easy/index.xml" rel="self" type="application/rss+xml"/><item><title>LC Num 21</title><link>https://everythingpython.in/blog/lc-num-21/</link><pubDate>Mon, 15 Apr 2024 00:00:00 +0000</pubDate><guid>https://everythingpython.in/blog/lc-num-21/</guid><description>&lt;p&gt;&lt;a href="https://leetcode.com/problems/merge-two-sorted-lists/"&gt;21. Merge Two Sorted Lists&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;First I didn&amp;rsquo;t understand the problem I think. In the sense that I accepted the inputs as two lists and returned a list - Python list.
Then I read it and realized they want the operation in Linked lists.&lt;/p&gt;
&lt;p&gt;i took some time to recall how to move along a list and finally figured it out.&lt;/p&gt;
&lt;p&gt;The other thing that gave me a minor ankle break was when the test case was two empty lists.&lt;/p&gt;</description></item></channel></rss>