Skip to content

Conversation

zwfang
Copy link
Collaborator

@zwfang zwfang commented Jan 6, 2019

https://leetcode.com/problems/binary-tree-preorder-traversal/

Given a binary tree, return the preorder traversal of its nodes' values.

@zwfang zwfang added Medium Coefficient of difficulty medium binary tree a binary tree is a tree data structure in which each node has at most two children labels Jan 6, 2019
@codecov
Copy link

codecov bot commented Jan 6, 2019

Codecov Report

Merging #47 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   99.36%   99.37%   +0.02%     
==========================================
  Files          87       88       +1     
  Lines        1556     1582      +26     
==========================================
+ Hits         1546     1572      +26     
  Misses          6        6              
  Partials        4        4
Impacted Files Coverage Δ
...eorder_traversal/binary_tree_preorder_traversal.go 100% <100%> (ø)

@zwfang zwfang merged commit a0e9e1a into master Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary tree a binary tree is a tree data structure in which each node has at most two children Medium Coefficient of difficulty medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant