Serialize and Deserialize Binary Tree at Citadel
Hard60.3% acceptance
This problem has 62.5% frequency at Citadel.
Problem Description
Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or transmitted across a network connection link to be reconstructed later in the same or another computer environment. Design an algorithm to serialize...
Read full problem and hintsTopics
Also asked at 26 companies
More Citadel Questions
Palindromic SubstringsMediumCount Palindromic SubsequencesHardFind Median from Data StreamHardLongest String ChainMediumLRU CacheMedium
View all Citadel questions