Hi Everyone, in this video we are going to solve the Soup Servings problem on leetcode platform. This problem is based on dynamic programming and recursion concepts and is a medium-level problem.
code - https://github.com/NitinSingh8/leetco...)
chapter:
0:00 Introduction
0:42 Understanding the problem
8:26 Logic
12:02 Python Implementation
16:08 C++ Implementation
18:56 Java Implementation
22:36 JavaScript Implementation