Skip to content

[New Problem] Determine the maximum length of a subsequence of x that is also a substring of y#421

Description

@AnimeshRajwar

馃摑 New Problem Idea

Problem Title:
Determine the maximum length of a subsequence of x that is also a substring of y

Brief Statement:
Find the maximum length of a subsequence from string x that is also a substring of string y.
Return the length of this longest subsequence.

  • Simple/Beginner
  • Medium/Logic
  • Hard/Optimized

Topic of this Problem

  • String
  • Subsequence
  • Two pointer
  • Dynamic Programming

Metadata

Metadata

Assignees

No one assigned

    Labels

    New-problemSuggest a new DSA problem for inclusion

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions