Day 9 of DSA Challenge π
Solved LeetCode 35 - Search Insert Position using Binary Search.
π Key Learning:
β’ Efficiently searched a sorted array using Binary Search.
β’ Determined the correct insertion position when the target was not present.
β’ Achieved O(log n) time complex
Day 6 of DSA π
Solved: β 977. Squares of a Sorted Array
β 344. Reverse String
β 125. Valid Palindrome
β 88. Merge Sorted Array
β 167. Two Sum II - Input Array Is Sorted
.
#DSA#LeetCode#Java#100DaysOfCode#CodingJourney
Day 4 & 5 π
π Started learning Low-Level Design (LLD) basics and revised core OOP concepts.
π» Solved: β LeetCode 977 - Squares of a Sorted Array
Not a heavy DSA day, but focused on strengthening software design fundamentals. Small progress every day adds up.
#100DaysOfCode
Day 2 π
Practiced these problems today:
β Union of 2 Sorted Arrays
β 268. Missing Number
β 283. Move Zeroes
β 3941. Password Strength
Small progress every day compounds over time.
#Day2#DSA#CodingJourney#Java#ProblemSolving#100DaysOfCode
Day 1 π Starting today!
Practiced 3 DSA problems:
β Left Rotate Array by K Places
β Remove Duplicates from Sorted Array
β Check if the Array is Sorted II
Beginning the journey with consistency and small steps every day π»π #DSA#Java#CodingJourney#Day1#100DaysOfCode