Hi Everyone in this video, we will solve one more medium-level problem on leetcode. The problem name is Longest Arithmetic Subsequence of Given Difference and is based on DP and Hashing concepts.
Code - https://github.com/NitinSingh8/leetco...)
chapter:
0:00 Introduction
0:58 Understanding the problem
6:28 Logic
12:34 Python Implementation
14:24 C++ Implementation
16:06 Java Implementation
18:16 JavaScript Implementation