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

Lety Palomo C-16- Heaps #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Lety Palomo C-16- Heaps #34

wants to merge 2 commits into from

Conversation

letypl12
Copy link

Heaps Practice

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
How is a Heap different from a Binary Search Tree?
Could you build a heap with linked nodes?
Why is adding a node to a heap an O(log n) operation?
Were the heap_up & heap_down methods useful? Why?

@anselrognlie anselrognlie self-requested a review July 20, 2022 21:32
Copy link

@anselrognlie anselrognlie left a comment

Choose a reason for hiding this comment

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

Hi, Lety. This solution does pass all the tests, but it's nearly identical to the instructor solution and has no additions that would indicate to me that time was spent time understanding this approach. Looking at resources is always fine to help when we're stuck on a problem, but the goal of giving feedback is for us to provide feedback on your understanding of the project. I don't feel like I can accurately comment on your understanding from what I see in this submission.

Please let me know if you'd like to discuss this further, or feel free to submit a new implementation.

🔴

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