Skip to content

Add zipper exercise #179

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 20, 2017
Merged

Add zipper exercise #179

merged 1 commit into from
Jan 20, 2017

Conversation

ErikSchierboom
Copy link
Member

Only one to go! #171 😎

if (other == null || !Equals(Value, other.Value))
return false;

if (!ReferenceEquals(Left, other.Left) && (!Left?.Equals(other.Left) ?? false))
Copy link
Contributor

Choose a reason for hiding this comment

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

You're giving into the dark side @ErikSchierboom :)

Copy link
Member Author

Choose a reason for hiding this comment

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

I did :)

@robkeim
Copy link
Contributor

robkeim commented Jan 20, 2017

Great work @ErikSchierboom!

@robkeim robkeim merged commit f99afa6 into exercism:master Jan 20, 2017
@ErikSchierboom ErikSchierboom deleted the zipper branch January 20, 2017 07:47
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