Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q4_10_Check_Subtree serializing mistake #226

Open
navimakarov opened this issue Dec 30, 2021 · 0 comments
Open

Q4_10_Check_Subtree serializing mistake #226

navimakarov opened this issue Dec 30, 2021 · 0 comments

Comments

@navimakarov
Copy link

There should be a delimiter, because
11
1 2
1 2

AND
1
11 2
1 2

Are serialized exactly the same way -> "1111XXX2X2XX"
But adding a delimiter will serialize them as

  1. "11 1 1 XXX2 X2 XX"
  2. "1 11 1 XXX2 X2 XX"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant