Crushed Valid Palindrome on LeetCode with a sweet 2ms runtime.๐๐ป
But learning doesn't stop thereโofficially kicking off the DevOps journey by diving into VMs with the 100xDevs cohort! โ๏ธ๐ ๏ธ
The hustle continues. ๐ฏ๐ฅ
#Java#DSA#LeetCode#DevOps#100xDevs#BuildInPublic
Back in the game! ๐ฎ๐ฅRestarting the grind after a long break for end sem exams.
Crushed Sqrt(x) on LeetCode in 1ms (Beats 98.02%) using the code in image. ๐
Time to get consistent once more. ๐ฏ
#Java#DSA#LeetCode#BinarySearch#BuildInPublic
Cracked Add Digits today using unique concept! ๐ข
Instead of usual loops, I applied Digital Root mathematical formula to solve it in single line. Itโs fascinating how O(1) T.C. can replace a repetitive process through pure math.๐คฏโจ
#Java#DSA#LeetCode#Math#Efficiency
Tackled Majority Element today! ๐ป
Honestly, the logic for the Boyer-Moore Voting Algorithm felt pretty complicated at first, but seeing that 1ms (Beats 99.85%) made the mental gym session worth it! ๐๐ฅ
#Java#DSA#LeetCode#BoyerMoore#Consistency
Tackled Search Insert Position today.
๐ปMastered the Binary Search approach to ensure the required O(log n) runtime complexity. The problem-solving gears are turning!
๐ฅ#Java#DSA#LeetCode#BuildInPublic#BinarySearch
Missing Number on LeetCode: 0ms! ๐
Explored two O(n) ways to solve it today:
- Bitwise XOR to cancel out matches.
- Gaussโs Sum Formula (n(n+1)/2) for a quick
mathematical win.
The grind continues, no matter how tired! ๐ฏ๐ป
#Java#DSA#LeetCode#BuildInPublic#Consistency
The silent hustle is real. ๐ด
Just crushed Single Number in 1ms (Beats 99.97%)! ๐๐ฅ
Leveraging Bitwise XOR logic for that sweet O(n) efficiency and O(1) space. ๐ปโจ
#DSA#LeetCode#Java#BuildInPublic#Consistency
Maximum Nesting Depth of the Parentheses on LeetCode: 0ms (Beats 100.00%)! ๐๐ฅ
Tracked the nesting level in a single pass, maintaining O(n) time complexity while keeping space at a perfect O(1) by avoiding a full stack implementation.๐ฏ๐ป
#Java#DSA#LeetCode#BuildInPublic
โ Java: Back on the 100% streak today!
Crushed Running Sum of 1d Array on LeetCode. A simple prefix sum logic was all it took to hit that 0ms mark ๐๐ฅ
Even the "basic" problems feel good when the code is this efficient. ๐ฏ๐ป
#Java#DSA#LeetCode#BuildInPublic#Consistency
Contains Duplicate on LeetCode: 10ms (Beats 99.67%)! ๐๐ฅ
Few days ago, HashSet felt a bit like a mystery, but today it was key to hitting that O(n) efficiency.
๐ป The logic is finally starting to feel like second nature! ๐ฏ
#Java#DSA#LeetCode#BuildInPublic#Consistency
โ Java: Back on the leaderboard with another 0ms solution!
Crushed FizzBuzz on LeetCode, beating 100% of Java submissions.
Simple modulo logic paired with an ArrayList kept the performance at its absolute peak.
๐๐ฅ
#Java#DSA#LeetCode#BuildInPublic#Consistency
Reverse String on LeetCode: 0ms (Beats 100%)! ๐๐ฅ
Used a clean in-place swap for maximum efficiency. ๐ป Consistency is finally paying off! ๐ฏ
#Java#DSA#LeetCode#BuildInPublic
โ DSA: Diving into Basic Maths for DSA! ๐ข Mastered the Digit Concept and digit extraction logic today.
Itโs a lot to absorb, so Iโm carrying this grind over into tomorrow to finish strong! ๐ป๐ฅ
#DSA#StriversA2Z#BuildInPublic#LogicBuilding#Consistency
โ DSA: Managed to solve Intersection of 2 Arrays on LeetCode today! ๐ป
Itโs my first time really working with HashSet, I got it working to see that Accepted status! ๐
Nested loop approach is start now on to optimizing time complexity. ๐ฅ
#Java#DSA#LeetCode#BuildInPublic
โ DCN: Back to the networking grind today! ๐
Mastering CSMA/CA and understanding how nodes use the RTS/CTS handshake to avoid collisions in wireless networks.
Making every session count. ๐ปโจ
#DCN#Networking#ComputerScience#BuildInPublic#Consistency
Struggling to stay as consistent with updates as I'd like, but the work is still happening behind the scenes. ๐ป
Used a nested loop approach to get logic down O(n^2) today, optimization will be later on.
๐ฅProgress over perfection! ๐ฏ
#DSA#LeetCode#BuildInPublic#TwoSum
Finally conquered the Patterns video!
๐งฉWhile the time complexity might be O(n^2), the real win is mastering the nested logic.
๐ป๐ฅ Building a solid foundation for more complex algorithms ahead.๐ฏ
#DSA#StriversA2Z#BuildInPublic#Java#LogicBuilding
Back in the zone after a break since March 18th! ๐ป Was caught up in the college hustle, tests, and some Java projects, but now grind is officially re-activated. โจ
Consistency is the mission from here on out! ๐ฅ
#Java#DSA#StriversA2Z#BuildInPublic#Consistency
Back from mid-sem break and officially kicking off DSA journey! ๐ป
Starting strong with Pattern Questions from Strivers A2Z course.
Mastering nested loop logic needed to build those star pyramids.
Real grind starts now! ๐ฅ
#DSA#StriversA2Z#BuildInPublic#Consistency#Java