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