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

Explain to me like I'm 5, what the pros/con are each data_structure/algorithm #133

Open
BaReinhard opened this issue Oct 5, 2017 · 11 comments

Comments

@BaReinhard
Copy link
Owner

BaReinhard commented Oct 5, 2017

Create a file in the descriptions folder, choose one data_structure or algorithm and give a brief explanation of what the pros and cons are (like I'm 5). Then explain in deep details the pros and cons of the structure, giving the best descriptions possible.

Files Structure:

/descriptions/data_structure.md
ex: /descriptions/breadth_first_search.md

File Content Structure:

## ELI5
Some text explaining the algorithm to someone who is 5 aka not too technical, but should explain enough
### Pros
* Pros
### Cons
* Cons

## Technical Explanation
Some text explaining in greater detail.
### Pros
* Pros
### Cons
* Cons
@BaReinhard BaReinhard changed the title Explain to me like I'm 5, what the pros/con are each data_structure Explain to me like I'm 5, what the pros/con are each data_structure/algorithm Oct 5, 2017
@m-sameer
Copy link
Collaborator

m-sameer commented Oct 5, 2017

May I work on it?
If yes, how long the explanation should be?

@linkoep
Copy link
Contributor

linkoep commented Oct 5, 2017

I would also like to add some descriptions if that's okay

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 5, 2017

Let's just wait for @BaReinhard to be online.

@BaReinhard
Copy link
Owner Author

Anyone can work on it. The length isn't important but it should be as detailed as possible to gain a full understanding of the algorithm or data structure.

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 6, 2017

@BaReinhard When will you close this issue? Would you close it after I PR a 6 algorithm/data structure description? Because, as far as I know, Hacktoberfest counts a PR as a contribution if it closes an issue (tell me if I am wrong).

@okatticus
Copy link
Contributor

@BaReinhard I'm interested in working on it.
@mhdsmr2 Let us divide the data structures and finish all descriptions.

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 6, 2017

So how we gonna divide it?

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 6, 2017

Yeah, great!

@m-sameer
Copy link
Collaborator

m-sameer commented Oct 6, 2017

Hey, @BaReinhard, Can you have a look at my forked repo and see the explanation of Binary Search and tell me if I did explain it well enough.

@brilam
Copy link

brilam commented Oct 5, 2019

@BaReinhard @m-sameer Could you review my work for HashTable and see if it is okay to merge? :)

@Bahukhandi93
Copy link

please assign this issue to me. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants