SSaninproductlandjourney.hashnode.dev·Dec 8, 2024 · 4 min readFinding the Second Largest Element in an Array: Detailed GuideThe task of finding the second largest element in an array is a common problem that tests understanding of loops, conditions, and edge case handling. In this blog, we will dissect a function that solves this problem efficiently and also explore alter...00
SSaninproductlandjourney.hashnode.dev·Dec 8, 2024 · 5 min readMoving Zeros to the End of an Array: A Comprehensive GuideIn programming, efficiently manipulating arrays is a common challenge. One such task is moving all zeros to the end of an array while maintaining the order of non-zero elements. In this blog, we’ll discuss two approaches to solve this problem, compar...00
SSaninproductlandjourney.hashnode.dev·Dec 6, 2024 · 3 min readThe Journey to Product Land: Day ZeroWelcome to "The Journey to Product Land", where I document my transformation from a service-based software engineer to someone ready to land a role at a product-based company, like MAANG. This is my space to share daily updates, challenges, insights,...00