Skip to content

Bug Report for clone-graph #4839

@shivam-11

Description

@shivam-11

Bug Report for https://neetcode.io/problems/clone-graph

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

Expected output expectation is wrong: Input: adjList=[[2],[1,3],[2]], Expected Output: [[2,1],[1,3,2],[2,3],[2],[1,3],[2]], expected output should be this one [[2],[1,3],[2]] with replica node.

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