Hi Everyone, in this video we are going to solve the Word Break problem on leetcode platform. The problem is based on recursion and backtracking concepts and is a medium-level problem.
code - https://github.com/NitinSingh8/leetco...)
chapter:
0:00 Introduction
0:48 Understanding the problem
5:36 Logic
9:20 Python Implementation
12:58 C++ Implementation
16:02 Java Implementation
18:44 JavaScript Implementation