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

fix: Union of two arrays #1794

Merged
merged 23 commits into from
Oct 24, 2021

Conversation

alvinphilips
Copy link
Contributor

@alvinphilips alvinphilips commented Oct 23, 2021

Description of Change

I used int64_t in place of int32_t while iterating through the elements of the array. I fixed it and that is the only change.

Checklist

  • Added description of change
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: Small issue, fixed it

alvinphilips and others added 23 commits October 19, 2021 05:31
Added Documentation for the level_order_traversal() function, and implemented a print() function to display the tree to STDOUT
Changed int64_t to int32_t
@Panquesito7 Panquesito7 added the enhancement New feature or request label Oct 24, 2021
Copy link
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

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

LGTM 🚀 Thank you for your contribution! 😄👍

@Panquesito7 Panquesito7 merged commit 51e1dda into TheAlgorithms:master Oct 24, 2021
@alvinphilips
Copy link
Contributor Author

Thanks! 😄

@alvinphilips alvinphilips deleted the union-of-two-arrays branch October 24, 2021 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants