Hi Everyone, in this video we are going to solve one more hard-level problem on leetcode. The problem name is Maximum Number of Events That Can be Attended II and is based on Dynamic Programming and Recursion concepts.
Code - https://github.com/NitinSingh8/leetco...)
chapter:
0:00 Introduction
0:52 Understanding the problem
7:56 Logic
14:26 Python Implementation
19:24 C++ Implementation