Open
Description
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
Labels
No labels