Ayomide Oyekanmi
Ayomide Oyekanmi
Sounds good, I appreciate you volunteering to do this! We need the following: - [ ] A .md doc explaining the internals of a Heap. Read [here](https://github.com/oyekanmiayo/data-structures-all-langs/blob/main/CONTRIBUTING.md#addingediting-a-readme) to see templates....
Sure, go for it :) BST doesn't have a README yet, so you'll have to make one for it. Please, follow the template and make sure it's clear and well...
Hey, that sounds good
> any issues with this? @oyekanmiayo Hey @2HgO, haven't had time to review yet. Will get to it soon. Thanks for contributing!
I'm not sure what you mean by "I should only include the code for the tests". Ideally, you'll do something like ```java List list = new List(); list.add(2) // {2}...
As I showed in my previous comment, you only need to show in the comments beside the call what the state of the list is after the call.
Pls remove the LinkedList implementations from this PR. It'll make the PR too big and a PR should focus on just one thing. Open another PR for them
Oh and it looks like there's another PR for C#, so that'll take precedence.
I (or Abdulazeez) will review the other PR and you can add to that if you want (for the LLs). Although, on slack what I meant was that you should...
> Can I tackle the first test (getCommunicationObjects())? @Keenal yes, you can!