<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: leetcode_daily</title>
    <description>The latest articles on DEV Community by leetcode_daily (@leetcode_daily).</description>
    <link>https://dev.to/leetcode_daily</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3717911%2Fe5011c4a-ab55-4bf2-aaa4-2e5e0b5e8578.png</url>
      <title>DEV Community: leetcode_daily</title>
      <link>https://dev.to/leetcode_daily</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leetcode_daily"/>
    <language>en</language>
    <item>
      <title>The roots</title>
      <dc:creator>leetcode_daily</dc:creator>
      <pubDate>Mon, 02 Feb 2026 16:05:12 +0000</pubDate>
      <link>https://dev.to/leetcode_daily/the-roots-39</link>
      <guid>https://dev.to/leetcode_daily/the-roots-39</guid>
      <description>&lt;p&gt;As a SDE aspirant, since i am building by Basics and aiming for Big MNCs,I always forget about the size and default values of Data Types...we often overlook this topic but it is as important as everything else,Therefore:&lt;/p&gt;

&lt;p&gt;Today's Topic is Default Types-&amp;gt;&lt;/p&gt;

&lt;p&gt;When a variable is declared but not initialized, it is assigned a default value based on its data type.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The default values for the primitive data types in Java are as follows:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;byte: 0&lt;br&gt;
short: 0&lt;br&gt;
int: 0&lt;br&gt;
long: 0L&lt;br&gt;
float: 0.0f&lt;br&gt;
double: 0.0d&lt;br&gt;
char: '\u0000' (null character)&lt;br&gt;
boolean: false&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Sizes of default data types&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fujl8r5gl77orsxmjoigc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fujl8r5gl77orsxmjoigc.png" alt="Sizes of default data types" width="286" height="695"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>programming</category>
      <category>devto</category>
    </item>
    <item>
      <title>Day-2 (1929)-Arrays</title>
      <dc:creator>leetcode_daily</dc:creator>
      <pubDate>Wed, 21 Jan 2026 16:01:32 +0000</pubDate>
      <link>https://dev.to/leetcode_daily/day-2-1929-arrays-goh</link>
      <guid>https://dev.to/leetcode_daily/day-2-1929-arrays-goh</guid>
      <description>&lt;p&gt;Hlo peopleeeee 👋&lt;br&gt;
Without wasting any time, let’s get started!!&lt;/p&gt;

&lt;p&gt;(Incase you landed here just now)&lt;br&gt;
I’m restarting my LeetCode journey with a Back-to-Basics mindset, beginning with array fundamentals.&lt;br&gt;
I’ll be solving problems step by step — starting from easy, then gradually moving to medium and hard ones.&lt;/p&gt;

&lt;p&gt;Because honestly,&lt;/p&gt;

&lt;p&gt;Consistency &amp;gt;&amp;gt;&amp;gt; everything else&lt;/p&gt;

&lt;p&gt;📌** Day 2 **&lt;/p&gt;

&lt;p&gt;Array –Concatenation of Array&lt;/p&gt;

&lt;p&gt;🔗_ Check out the code + analysis here:_&lt;br&gt;
👉 GitHub-[(&lt;a href="https://github.com/niharika1112/leetcode_daily/blob/main/DAY-2_%20Concatenation%20of%20Array)" rel="noopener noreferrer"&gt;https://github.com/niharika1112/leetcode_daily/blob/main/DAY-2_%20Concatenation%20of%20Array)&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;That’s all for today!&lt;br&gt;
I’ll be sharing my progress daily, and we’ll be growing together 🚀&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;If you have:&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
suggestions to improve my approach, or&lt;br&gt;
tips for writing better solutions&lt;/p&gt;

&lt;p&gt;I’d genuinely love to hear your thoughts in the comments 💬&lt;br&gt;
Always open to learning from people more experienced than me.&lt;/p&gt;

&lt;p&gt;See you on Day 3 👩‍💻✨&lt;/p&gt;

</description>
      <category>learninginpublic</category>
      <category>leetcode</category>
      <category>programming</category>
      <category>kunalkushwaha</category>
    </item>
    <item>
      <title>Day-1 (1920)-Arrays</title>
      <dc:creator>leetcode_daily</dc:creator>
      <pubDate>Tue, 20 Jan 2026 16:01:30 +0000</pubDate>
      <link>https://dev.to/leetcode_daily/day-1-1920-arrays-3fbl</link>
      <guid>https://dev.to/leetcode_daily/day-1-1920-arrays-3fbl</guid>
      <description>&lt;p&gt;Hlo peopleeeee 👋&lt;br&gt;
Without wasting any time, let’s get started!!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(Incase you landed here just now)&lt;/em&gt;&lt;br&gt;
I’m restarting my LeetCode journey with a Back-to-Basics mindset, beginning with array fundamentals.&lt;br&gt;
I’ll be solving problems step by step — starting from easy, then gradually moving to medium and hard ones.&lt;/p&gt;

&lt;p&gt;Because honestly,&lt;/p&gt;

&lt;p&gt;Consistency &amp;gt;&amp;gt;&amp;gt; everything else&lt;/p&gt;




&lt;p&gt;📌 &lt;strong&gt;Day 1 Focus&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Array – Build Array from Permutation&lt;/p&gt;

&lt;p&gt;Instead of just solving, I’m focusing on:&lt;/p&gt;

&lt;p&gt;Understanding the problem deeply&lt;/p&gt;

&lt;p&gt;Writing clean, readable code&lt;/p&gt;

&lt;p&gt;Analyzing why the solution works&lt;/p&gt;




&lt;p&gt;🔗&lt;strong&gt;_ Check out the code + analysis here:_&lt;/strong&gt;&lt;br&gt;
👉 GitHub-[(&lt;a href="https://github.com/niharika1112/leetcode_daily/blob/main/DAY-1_%20Build%20Array%20from%20Permutation)" rel="noopener noreferrer"&gt;https://github.com/niharika1112/leetcode_daily/blob/main/DAY-1_%20Build%20Array%20from%20Permutation)&lt;/a&gt;]&lt;/p&gt;




&lt;p&gt;That’s all for today!&lt;br&gt;
I’ll be sharing my progress daily, and we’ll be growing together 🚀&lt;/p&gt;




&lt;p&gt;&lt;em&gt;If you have:&lt;/em&gt;&lt;br&gt;
suggestions to improve my approach, or&lt;br&gt;
tips for writing better solutions&lt;/p&gt;

&lt;p&gt;I’d genuinely love to hear your thoughts in the comments 💬&lt;br&gt;
Always open to learning from people more experienced than me.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;See you on Day 2&lt;/em&gt; 👩‍💻✨&lt;/p&gt;

</description>
      <category>learninginpublic</category>
      <category>careerintech</category>
      <category>leetcode</category>
      <category>programming</category>
    </item>
    <item>
      <title>Restarting My DSA Journey in Java — Solving Kunal Kushwaha’s Assignments + LeetCode Daily!</title>
      <dc:creator>leetcode_daily</dc:creator>
      <pubDate>Sun, 18 Jan 2026 13:54:36 +0000</pubDate>
      <link>https://dev.to/leetcode_daily/restarting-my-dsa-journey-in-java-solving-kunal-kushwahas-assignments-leetcode-daily-gbo</link>
      <guid>https://dev.to/leetcode_daily/restarting-my-dsa-journey-in-java-solving-kunal-kushwahas-assignments-leetcode-daily-gbo</guid>
      <description>&lt;p&gt;Hey DEV Community! 👋&lt;/p&gt;

&lt;p&gt;I’m excited (and a little nervous 😄) to announce that I’m restarting my Data Structures &amp;amp; Algorithms journey — in Java — and I’ll be sharing every step of it here!&lt;/p&gt;

&lt;p&gt;After pausing DSA for a while, I realized how much I want to build consistency again, so I’m jumping back in from the absolute basics.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;What I’m Starting With&lt;/strong&gt;&lt;br&gt;
I’ll be solving:&lt;/p&gt;

&lt;p&gt;⭐ &lt;strong&gt;&lt;em&gt;Kunal Kushwaha’s Java DSA Assignments&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Kunal’s course is beginner-friendly and structured perfectly for building fundamentals.&lt;/p&gt;

&lt;p&gt;Along with that, I’ll also:&lt;/p&gt;

&lt;p&gt;⭐ &lt;strong&gt;&lt;em&gt;Solve 1 LeetCode question daily&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
and break down the logic in simple language.&lt;/p&gt;




&lt;p&gt;🧠** What You Can Expect From This Series**&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Every post will contain:&lt;/em&gt;&lt;br&gt;
✔ A beginner-friendly explanation&lt;br&gt;
✔ Step-by-step logic&lt;br&gt;
✔ Java implementation&lt;br&gt;
✔ Time &amp;amp; space complexity&lt;br&gt;
✔ Mistakes + lessons learned&lt;br&gt;
✔ Links to solutions in my GitHub repo&lt;/p&gt;




&lt;p&gt;📍 &lt;strong&gt;&lt;em&gt;Repo Tracking My Progress&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can follow all my code here:&lt;br&gt;
👉 GitHub Repo:(&lt;a href="https://github.com/niharika1112/leetcode_daily" rel="noopener noreferrer"&gt;https://github.com/niharika1112/leetcode_daily&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;This repo will include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Kunal’s assignment solutions.&lt;/li&gt;
&lt;li&gt;LeetCode practice.&lt;/li&gt;
&lt;li&gt;Topic-wise categorization.&lt;/li&gt;
&lt;li&gt;My notes + takeaways.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;&lt;em&gt;🧩 Topics I’ll Cover (in order)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Arrays&lt;/li&gt;
&lt;li&gt;Strings&lt;/li&gt;
&lt;li&gt;Hash Maps&lt;/li&gt;
&lt;li&gt;Two Pointers&lt;/li&gt;
&lt;li&gt;Sliding Window&lt;/li&gt;
&lt;li&gt;Linked Lists&lt;/li&gt;
&lt;li&gt;Trees&lt;/li&gt;
&lt;li&gt;Recursion&lt;/li&gt;
&lt;li&gt;Graphs&lt;/li&gt;
&lt;li&gt;Dynamic Programming&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;🙌&lt;strong&gt;_ Why I’m Doing This Publicly_&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Accountability pushes consistency&lt;/li&gt;
&lt;li&gt;Helping others learn motivates me&lt;/li&gt;
&lt;li&gt;Documenting my progress keeps me honest&lt;/li&gt;
&lt;li&gt;Maybe someone struggling with Java finds this useful 💙&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;💬 &lt;strong&gt;Join Me!&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you’re learning DSA in Java too:&lt;/li&gt;
&lt;li&gt;Comment what you’re working on&lt;/li&gt;
&lt;li&gt;Suggest questions&lt;/li&gt;
&lt;li&gt;Drop resources&lt;/li&gt;
&lt;li&gt;Correct my mistakes😄&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a learning journey, not a perfect one.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Let’s Go!
&lt;/h2&gt;

&lt;p&gt;First post coming up soon:&lt;br&gt;
➡️ Kunal DSA Assignment — Basics + Problem 1 in Java!&lt;/p&gt;

&lt;p&gt;Thanks for reading — and if my progress helps or inspires you even a little, follow along &amp;amp; star ⭐ my repo for support!&lt;/p&gt;

&lt;p&gt;Happy coding 💻&lt;br&gt;
— herclarity_space&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
