DSA | Day 29–33 of Google Interview Preparation Journey | Challenge 31–35DSA | Day 29 of Google Interview Preparation Journey | Challenge 31: Kth Largest Element in an ArrayJan 30Jan 30
DSA | Day 28 of Google Interview Preparation Journey | Challenge 30: Backspace String CompareToday’s challenge was solving the Backspace String Compare problem (LeetCode #844). This problem is a classic example of utilizing…Jan 23Jan 23
DSA | Day 27 of Google Interview Preparation Journey | Challenge 29: Removing Stars From a StringToday’s challenge was about solving the Removing Stars From a String problem (LeetCode #2390). This problem emphasizes the use of…Jan 22Jan 22
DSA | Day 26 of Google Interview Preparation Journey | Challenge 28: Merge IntervalsToday’s challenge was about solving the Merge Intervals problem (LeetCode #56). This classic problem is fundamental for understanding…Jan 21Jan 21
DSA | Day 25 of Google Interview Preparation Journey | Challenge 27: Two Sum II — Input Array Is…Today’s challenge revolved around solving the Two Sum II — Input Array Is Sorted problem (LeetCode #167). This problem is a great exercise…Jan 20Jan 20
DSA | Day 24 of Google Interview Preparation Journey | Challenge 26: Longest PalindromeToday’s challenge revolved around solving the Longest Palindrome problem (LeetCode #409). This problem is a classic example of…Jan 19Jan 19
DSA | Day 23 of Google Interview Preparation Journey | Challenge 25: Subarray Sum Equals KToday’s challenge was the Subarray Sum Equals K problem(#560 on LeetCode), a fascinating medium-level question that involves finding…Jan 18Jan 18
DSA | Day 22 of Google Interview Preparation Journey | Challenge 24: Valid ParenthesesToday’s challenge was the Valid Parentheses problem(#20 on LeetCode), a fundamental yet crucial question in mastering stack-based…Jan 18Jan 18
DSA | Day 21 of Google Interview Preparation Journey | Challenge 23: Binary Tree Level Order…102. Binary Tree Level Order Traversal on LeetCode is problem in tree traversal techniques. The challenge involves traversing a binary tree…Jan 17Jan 17
DSA | Day 20 of Google Interview Preparation Journey | Challenge 22: Search in Rotated Sorted ArrayThis challenge focuses on solving the Search in Rotated Sorted Array(#33 on LeetCode) problem. This problem is a classic example of…Jan 17Jan 17