Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LeetCode: 718. Maximum Length of Repeated Subarray in Java #298

Closed
Ratna04priya opened this issue Oct 2, 2021 · 1 comment
Closed

LeetCode: 718. Maximum Length of Repeated Subarray in Java #298

Ratna04priya opened this issue Oct 2, 2021 · 1 comment

Comments

@Ratna04priya
Copy link
Contributor

Ratna04priya commented Oct 2, 2021

Problem : Leetcode - https://leetcode.com/problems/maximum-length-of-repeated-subarray/
718. Maximum Length of Repeated Subarray
Language- Java

PR: #300

Example 1:
Input: nums1 = [1,2,3,2,1], nums2 = [3,2,1,4,7]
Output: 3
Explanation: The repeated subarray with maximum length is [3,2,1].

@Anishukla
Copy link
Owner

Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants