You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the code structure and removed the ```if (root == null || subRoot == null) {return false;}``` condition which could cause a confusion as the problem requires an empty ```subRoot``` to be a valid sub-root of ```root```.
0 commit comments