Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
311 stars 364 forks source link

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

Open shanvijha30 opened 1 year ago

shanvijha30 commented 1 year ago

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 commented 1 year ago

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

shanvijha30 commented 1 year ago

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

shanvijha30 commented 1 year ago

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

Veena4512 commented 1 year ago

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

samroy-1 commented 1 year ago

@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?

shanvijha30 commented 1 year ago

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

vivekpal24 commented 1 year ago

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

github-actions[bot] commented 3 weeks ago

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