DIY: Serialize and Deserialize Binary Tree
We'll cover the following...
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
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy