Soup Servings | Leetcode Q.808 | Python | C++ | Java | JS | Leetcode Daily Challenges

Опубликовано: 31 Октябрь 2024
на канале: CodeRapt
815
27

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