Skip to content

Bug Report for remove-node-from-end-of-linked-list #4325

Open
@diksha2991

Description

@diksha2991

Bug Report for https://neetcode.io/problems/remove-node-from-end-of-linked-list

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

Java code for this one has a small bug

    for (int i = 0; i < N - 1; i++) 

this should be i< N

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