Skip to content

Implement serialize-and-deserialize-binary-tree #274

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

Merged
merged 1 commit into from
Jan 9, 2021

Conversation

cfriedt
Copy link
Owner

@cfriedt cfriedt commented Jan 9, 2021

name: serialize-and-deserialize-binary-tree
url: https://leetcode.com/problems/serialize-and-deserialize-binary-tree
difficulty: hard

time: 56ms
time-rank: 62.50%
time-complexity: O(N)

space: 31.1MB
space-rank: 93.82%
space-complexity: O(N)

Fixes #297

@cfriedt cfriedt force-pushed the issue/297/serialize-and-deserialize-binary-tree branch 2 times, most recently from 8598934 to 7191719 Compare January 9, 2021 13:26
@codecov-io
Copy link

codecov-io commented Jan 9, 2021

Codecov Report

Merging #274 (7119329) into master (830c5a5) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #274      +/-   ##
==========================================
+ Coverage   97.42%   97.47%   +0.05%     
==========================================
  Files         110      111       +1     
  Lines        2796     2857      +61     
==========================================
+ Hits         2724     2785      +61     
  Misses         72       72              
Impacted Files Coverage Δ
serialize-and-deserialize-binary-tree.cpp 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 830c5a5...7119329. Read the comment docs.

name: serialize-and-deserialize-binary-tree
url: https://leetcode.com/problems/serialize-and-deserialize-binary-tree
difficulty: hard

time: 56ms
time-rank: 62.50%
time-complexity: O(N)

space: 31.1MB
space-rank: 93.82%
space-complexity: O(N)

Fixes #297

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
@cfriedt cfriedt force-pushed the issue/297/serialize-and-deserialize-binary-tree branch from 7191719 to 7119329 Compare January 9, 2021 13:35
@cfriedt cfriedt merged commit b7317b2 into master Jan 9, 2021
@cfriedt cfriedt deleted the issue/297/serialize-and-deserialize-binary-tree branch January 9, 2021 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants