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

add 318 folder & cpp, add 427 folder & cpp #43

Merged
merged 1 commit into from
Oct 22, 2018
Merged

add 318 folder & cpp, add 427 folder & cpp #43

merged 1 commit into from
Oct 22, 2018

Conversation

zouwx2cs
Copy link
Contributor

add 318 folder & cpp, add 427 folder & cpp

if (node->topLeft->isLeaf && node->topRight->isLeaf && node->bottomLeft->isLeaf && node->bottomRight->isLeaf)
{
if (node->topLeft->val && node->topRight->val && node->bottomLeft->val && node->bottomRight->val
|| !(node->topLeft->val || node->topRight->val || node->bottomLeft->val || node->bottomRight->val))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😲 Amazing! if 条件这么多个...

@yanglbme yanglbme merged commit 47489a6 into doocs:master Oct 22, 2018
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