Skip to content

Third Dynamic Programming Problem  #337

Open
@logicquest

Description

@logicquest

Line number 28 on longest-palindromic-subsequence.js

Expected:
for (let i = 0; i < n - i + 1; i++) {

Actual:
for (let i = 0; i < n - k + 1; i++) {

Error:
k is undefined. Please change the code and push it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions