Hand written notes on Dynamic Programming with Examples
This post contains the hand written notes on dynamic programming. These notes are made from the YouTube series from channel takeUForward.
This post contains the hand written notes on dynamic programming. These notes are made from the YouTube series from channel takeUForward.
Vikram lander landed on the Moon at around 6:02 PM (IST) on 23 August, 2023, making India fourth country after Russia(Soviet Union), USA and China to successfully land on the moon. Our team kindheartedly congratulate team ISRO for achieving such an amazing feat and making country proud. ISRO shared the images on X(formerly twitter), four …
This book contains the details needed to become a Competitive Programmer. The book is divided into 5 parts stated below. 1. Programming Using C++
Introduction Small Satellite Launch Vehicle (SSLV) of ISRO is designed for affordable launch of nano, micro and mini satellites. The key features of SSLV are launch on demand facility, low cost and flexibility to accomodate various satellites. In this article we will look at the failure cause of first mission of SSLV. SSLV is a …
Flowcharts The most important part of programming is to solve problems using a programming language. In this lesson, we will study what are the steps involved in problem solving. While solving the problem the first step is to analyze the problem. It means to know the input and output of the program. Now, we can’t …