Skip to content

fix lint issues for readme #50

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

Merged
merged 2 commits into from
May 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ To run examples locally [install Go](https://go.dev/doc/install), and run `go ge
## 📋 Outline

For each topic, we strive to provide a comprehensive README.md file and at least 5 solved problems. Each README.md will contain:
* 💡 **Implementation**: Detailed explanation on how the data structure or algorithm can be implemented, including code examples in Go.
* 📊 **Complexity**: Analysis of the time and space complexity of the data structure or algorithm.
* 🎯 **Application**: Discussion of problems that are commonly solved using the data structure or algorithm.
* 📝 **Rehearsal**: Practice problems with links to tests that provide 100% coverage, and example inputs and outputs.

* 💡 **Implementation**: Detailed explanation on how the data structure or algorithm can be implemented, including code examples in Go.
* 📊 **Complexity**: Analysis of the time and space complexity of the data structure or algorithm.
* 🎯 **Application**: Discussion of problems that are commonly solved using the data structure or algorithm.
* 📝 **Rehearsal**: Practice problems with links to tests that provide 100% coverage, and example inputs and outputs.