Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialize and Deserialize Binary Tree #1192

Open
Atul-Kashyap opened this issue Mar 20, 2021 · 1 comment · May be fixed by #2070
Open

Serialize and Deserialize Binary Tree #1192

Atul-Kashyap opened this issue Mar 20, 2021 · 1 comment · May be fixed by #2070
Assignees
Labels
Binary Tree cpp cpp code gssoc21 Girlscript summer of code 2021 java java code Level1 medium

Comments

@Atul-Kashyap
Copy link
Contributor

Design an algorithm to serialize and deserialize a binary tree.

A binary tree can be serialized to a string and this string can be deserialized to the original tree structure.

Example 1:
Input: root = [1,2,3,null,null,4,5]
Output: [1,2,3,null,null,4,5]

Example 2:
Input: root = [1]
Output: [1]

Hey, I am Atul Kashyap, a GSSOC'21 participant.
I want to contribute the code for the implementation of the Serialize and Deserialize Binary Tree in ### C++ language.
Please assign this task to me.
@anubhavitis @dheerajkotwani @tarun26091999 @todi-2000 @geekquad @plazzy99 @rudrakshi99

@tk315
Copy link
Contributor

tk315 commented Mar 22, 2021

I would like to implement this in JAVA under GSSOC

@tarun26091999 tarun26091999 changed the title Serialize and Deserialize Binary Tree [Binary Tree] [GSSoC'21] Serialize and Deserialize Binary Tree Apr 25, 2021
@tarun26091999 tarun26091999 added Binary Tree cpp cpp code gssoc21 Girlscript summer of code 2021 java java code Level1 medium labels Apr 25, 2021
@Atul-Kashyap Atul-Kashyap linked a pull request May 30, 2021 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Binary Tree cpp cpp code gssoc21 Girlscript summer of code 2021 java java code Level1 medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants