...

/

DIY: Serialize and Deserialize Binary Tree

DIY: Serialize and Deserialize Binary Tree

Problem statement

For this challenge, you are given a binary tree, and you have to implement two functions:

  • serializer(), This will serialize a binary tree into string.
  • deserializer(), This will deserialize the string into a binary tree.

There are no restrictions on how your ...

Access this course and 1200+ top-rated courses and projects.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy