<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dsa on My New Hugo Site</title><link>https://example.org/categories/dsa/</link><description>Recent content from My New Hugo Site</description><generator>Hugo</generator><language>en</language><managingEditor>pathakdivy03@gmail.com (Divy Pathak)</managingEditor><webMaster>pathakdivy03@gmail.com (Divy Pathak)</webMaster><copyright>All articles on this blog are licensed under the BY-NC-SA license agreement unless otherwise stated. Please indicate the source when reprinting!</copyright><lastBuildDate>Wed, 01 Oct 2025 22:07:57 +0530</lastBuildDate><atom:link href="https://example.org/categories/dsa/index.xml" rel="self" type="application/rss+xml"/><item><title>Solved 4 in Div 4</title><link>https://example.org/post/first-time-solving-4-questions-in-div-4/</link><pubDate>Sun, 14 Sep 2025 20:12:52 +0800</pubDate><author>pathakdivy03@gmail.com (Divy Pathak)</author><guid>https://example.org/post/first-time-solving-4-questions-in-div-4/</guid><description>
<![CDATA[<h1>Solved 4 in Div 4</h1><p>Author: Divy Pathak(pathakdivy03@gmail.com)</p>
        
          <p>#cpp #contest #div4</p>
<p>It is with great honor I announce to you that for the first time, I have solved 4 questions in a Div 4 contest on codeforces within 40 mins and without any wrong attempt.</p>
<ul>
<li>1st question was too basic, solved under 2 mins</li>
<li>2nd was also very easy but expecting it to be tricky submitted it a bit late than I must have.</li>
<li>3rd was a good question and had to use vector of pairs but solved it.</li>
<li>4th one, I think it was easier than the 3rd one, only had to sort odd numbers and add half of them :)</li>
</ul>
        
        <hr><p>Published on 2025-09-14 at <a href='https://example.org/'>My New Hugo Site</a>, last modified on 2025-10-01</p>]]></description><category>dsa</category></item><item><title>How to Contribute</title><link>https://example.org/post/how-to-contribution/</link><pubDate>Sun, 14 Sep 2025 20:12:52 +0800</pubDate><author>pathakdivy03@gmail.com (Divy Pathak)</author><guid>https://example.org/post/how-to-contribution/</guid><description>
<![CDATA[<h1>How to Contribute</h1><p>Author: Divy Pathak(pathakdivy03@gmail.com)</p>
        
          <h1 id="how-to-contribute">
<a class="header-anchor" href="#how-to-contribute"></a>
How to Contribute
</h1><h3 id="if-you-do-not-have-permission-for-the-repo">
<a class="header-anchor" href="#if-you-do-not-have-permission-for-the-repo"></a>
If you do not have permission for the repo
</h3><ul>
<li>Fork the repo you want to contribute to create your own copy.</li>
</ul>
<blockquote>
<p>Keep your forked repo up to date and synced</p></blockquote>
<ul>
<li>Clone this forked repo to local system</li>
</ul>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">git clone &lt;repo_url&gt;
</span></span><span class="line"><span class="cl"><span class="nb">cd</span> &lt;repo_name&gt;
</span></span></code></pre></div><ul>
<li>Create a branch for feature or fix</li>
</ul>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">git checkout -b &lt;branch-name&gt;
</span></span></code></pre></div><ul>
<li>Then make changes into this branch only and save locally.</li>
</ul>
<blockquote>
<p>Use your favourite editor to edit, run and test the code.</p>
        
        <hr><p>Published on 2025-09-14 at <a href='https://example.org/'>My New Hugo Site</a>, last modified on 2025-10-01</p>]]></description><category>dsa</category></item></channel></rss>