Bug Report for https://neetcode.io/problems/clone-graph
Properties 'val' and 'neighbors' don't exist on type Node. See screenshots below:
I've solved the problem in JS and didn't get this issue, this issue should be related to typescript implementation of Graph Node class for this problem.
Bug Report for https://neetcode.io/problems/clone-graph
Properties 'val' and 'neighbors' don't exist on type Node. See screenshots below:
I've solved the problem in JS and didn't get this issue, this issue should be related to typescript implementation of Graph Node class for this problem.