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

Javascript implementation of Binary Heap #43

Open
rovilay opened this issue Jun 4, 2021 · 1 comment
Open

Javascript implementation of Binary Heap #43

rovilay opened this issue Jun 4, 2021 · 1 comment

Comments

@rovilay
Copy link
Contributor

rovilay commented Jun 4, 2021

I will like to open a PR for the implementation of Binary Heaps in javascript.

@oyekanmiayo
Copy link
Owner

Sounds good, I appreciate you volunteering to do this!

We need the following:

  • A .md doc explaining the internals of a Heap. Read here to see templates. You can also view sample .md files explaining other data structures throughout the repo.
  • A .js file implementing a heap. The file should include sample cases using the implementation. The implementation should also be as generic as possible (i.e. it should be able to store any object type if js allows). Read here for more details.

As you prepare this PR, remember that you must be thorough in your explanations. Everything you write should be understandable. Furthermore, your implementation must use good coding principles (e.g. good variable and method names) and handle edge cases, if any.

I'll review when you're done.

PS: We might find more things to adjust as we go on, so, please be patient through the process.

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

No branches or pull requests

2 participants