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