Minimum stack / Minimum queue Minimum stack / Minimum queue In this article we will consider three problems: first we will modify a stack in a way that allows us to find the s…
Leetcode study plan for faang I have designed a 6 to 9 months study plan & 3 months interview preparation plan to crack Top MNC'S Companies coding round & intervie…
Leetcode study plan - 30 DAY FAANG INTERVIEW PREPARATION This article comprises of questions from Leetcode which can help you in your preparation for FAANG in just 30 days. I collected these questions fr…
Simple Array Sum Hackerrank Solution CODE: Given an array of integers, find the sum of its elements. For example, if the array , , so return . Function Description Complete the s…