dynamic programming

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…

Hacked Exam (8pts, 6pts, 25pts) Google Code Jam 2021 round 1A

LEETCODE 12 weeks study plan DSA

YOUTUBE CHANNEL   Subscribe

List of Algorithms and data structures for Competitive Programming

YOUTUBE CHANNEL

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…