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

Fixed some Heap stuff and a typo #72

Merged
merged 2 commits into from
Mar 16, 2015

Conversation

BartMassey
Copy link
Contributor

Thanks much for putting this sheet together.

I have a couple of patches to propose. One patch fixes the description of the Binomial Heap to be more comparable with the Fibonacci Heap description, and also marks the Heaps as Max Heaps so their operations make clear sense. The other patch fixes a typo.

You might consider checking some CSS and other infrastructure into the repo so that people can check their work locally before issuing pull requests. I've got something if you want it. The biggest problem is how to properly track the Bootstrap CSS.

Indicated that the Heaps shown are Max Heaps, so that the
description of the operations makes sense.

Fixed Binomial Heap description to be more comparable with
Fibonacci Heap description:

  * Indicated amortized complexities where appropriate.

  * Allowed Binomial Heap to use the same max-tracking
    pointer that the Fibonacci Heap uses.
ericdrowell added a commit that referenced this pull request Mar 16, 2015
Fixed some Heap stuff and a typo
@ericdrowell ericdrowell merged commit 1357484 into ericdrowell:master Mar 16, 2015
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