A repository to explain how stuff work in computer science.
Contribution guidelines
- Fork the repository (what is fork??)
- Add your topic.md file to your forked repository
- Create a Pull Request (make sure you are not behind this repository)
When adding about say "A" following things should be present:
Explain what is A.
Importance of A and when it is used.
How it is implemented.
- If an algorithm, data structure it should pseudo code
- If system design question explain it's working.
- If anything else add appropriate implementation details
Reference of your content and links for further deep understanding
For Example see -> this
- Make sure you are not adding something already present. However typo fix and improvements are accepted
- Mention your name and github handle in Contributors List
- Don't forget to star the repository :p