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 ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy