Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upComplete "When to use" section && add README.md file in all src/* folders #131
Labels
Comments
|
Sounds good! |
|
Can have translated to other languages too? |
|
@mgechev Thanks! Working on it now. |
|
Due to having done mistakes while commiting big changes, I'm going to resolve this issue by doing small commits, in three phases:
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hey @mgechev,
I noticed that you have a README.md file in src/sorting, which has the Big O complexity for all algorithms. It also has the "When to use" column, which is blank. Basecs already has many algorithms' explanations, and can be used to fill in this.column. The explanations are valid for most languages and are concise.
Also, a README.md for all src/* folders would be helpful. (I would like to work on this)