keshavMM004 / keshavMM004/InterviewQuest

LINKEDIN interview question

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
hacktoberfest
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Serialization is the process of converting a data structure or object into a sequence of bits for storage or transmission, allowing for reconstruction later.

Design an algorithm to serialize and deserialize a binary tree. The goal is to convert a binary tree into a string and then reconstruct the original tree from that string.

Note: While the input/output format should resemble how LeetCode serializes a binary tree, you are encouraged to explore different approaches.
[leetcode](https://leetcode.com/problems/serialize-and-deserialize-binary-tree/description/)

Contributor guide

Open the contributing guide

Research direction

Start with the linked LeetCode problem to review the expected serialization and deserialization behavior for binary trees. Done means converting a binary tree to a string and reconstructing an equivalent tree, with input and output resembling LeetCode's format.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.