Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Add Longest Arithmetic Subsequence of Given Difference using Dynamic Programming in Java, Python and C++

Open shanvijha30 opened this issue 2 years ago • 8 comments

Feature :

Given an integer array and an integer difference, return the length of the longest subsequence in array which is an arithmetic sequence such that the difference between adjacent elements in the subsequence equals difference.

A subsequence is a sequence that can be derived from array by deleting some or no elements without changing the order of the remaining elements.

longest subsequence

Solution:

Will provide the solution for the Longest Arithmetic Subsequence of Given Difference in Java, Python and C++ will proper comments and documentation.

I would like to work on this issue. Could you please assign this issue to me under SSoC ' 23.

shanvijha30 avatar May 30 '23 08:05 shanvijha30

@Kumar-laxmi Could you please assign this issue to me. I would like to work on it. Thank you!

shanvijha30 avatar May 30 '23 08:05 shanvijha30

@Kumar-laxmi I would like to work on this issue. It is a Dynamic Programming question.

shanvijha30 avatar May 31 '23 03:05 shanvijha30

@Kumar-laxmi I would like to work on this issue. Could you please assign it to me.

shanvijha30 avatar Jun 01 '23 06:06 shanvijha30

@Kumar-laxmi I can implement in java, c++, python. I participate in various coding competitions. So can you please assign it to me?

Veena4512 avatar Jun 01 '23 14:06 Veena4512

@Kumar-laxmi ,I have coded similar pattern such as this and believe to have the correct expertise to work on it. Could you please assign this work to me?

samroy-1 avatar Jun 01 '23 21:06 samroy-1

@Kumar-laxmi I would like to work on this issue could you please assign it to me.

shanvijha30 avatar Jun 06 '23 13:06 shanvijha30

Sir kindly this assign to this me i can easily solve this issue in C,Cpp and Python language

vivekpal24 avatar Jun 10 '23 17:06 vivekpal24

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem

github-actions[bot] avatar Aug 17 '24 16:08 github-actions[bot]

Does anyone want to work on this issue as a part of Hacktoberfest 2024

Kumar-laxmi avatar Oct 10 '24 08:10 Kumar-laxmi