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
DSA | Day 19 of Google Interview Preparation Journey | Challenge 21: Find Target Sum WaysChallenge was solving 494. Target Sum on leetCode, a fascinating problem that combines recursion, dynamic programming, and a bit of clever…Jan 17Jan 17
DSA | Day 18 of Google Interview Preparation Journey | Challenge 20: Find the DifferenceProblem StatementJan 13Jan 13
DSA | Day 17 of Google Interview Preparation Journey | Challenge 19: Merge Two Sorted ListsIntroductionJan 12Jan 12
DSA | Day 16 of Google Interview Preparation Journey | Challenge 18: Partition Equal Subset SumIntroductionJan 11Jan 11
DSA | Day 15 of Google Interview Preparation Journey | Challenge 17: Longest Substring Without…Problem Overview The Longest Substring Without Repeating Characters (#3 on LeetCode) is a widely recognized problem in the domain of…Jan 11Jan 11
DSA | Day 14 of Google Interview Preparation Journey | Challenge 16: 191. Number of 1 BitsIntroductionJan 9Jan 9
DSA | Day 13 of Google Interview Preparation Journey | Challenge 15: Single NumberIntroductionJan 8Jan 8
DSA | Day 12 of Google Interview Preparation Journey | Challenge 14: Counting BitsToday’s challenge is centered around solving the “Counting Bits” problem, which is 338th on LeetCode. This problem introduces an efficient…Jan 7Jan 7
DSA | Day 11 of Google Interview Preparation Journey | Challenge 13: Container With Most WaterProblem Statement:Jan 6Jan 6
Coding is like going to gymWhile working on my coding skills in the process of research, I went through this quote “Coding is like going to gym”. This means if you…Jan 6Jan 6