Conversation
|
Is #153 completely obsolete? What is the difference between that PR and this? |
|
Made both the changes you requested |
1585ed5 to
ae119be
Compare
|
|
||
| ## License | ||
|
|
||
| [MIT](./LICENSE) |
There was a problem hiding this comment.
There is actually no license file. This link is dead. We should probably remove this section and maybe in another PR add a license (and add this section back).
|
|
||
| ## Contributors | ||
|
|
||
| [<img src="https://contrib.rocks/image?repo=domfarolino/algorithms">](https://github.com/domfarolino/algorithms/graphs/contributors) |
There was a problem hiding this comment.
Thanks, this is really cool!
| algorithms specifically in C++. Judged problems along with other classic CS problems | ||
| are also contained within this repository. | ||
|
|
||
| ## Contents |
There was a problem hiding this comment.
As for contents, I think it might actually make sense to have a more concrete and deep structure. Right now these are just lists of folder names with no links really. Maybe we could have a table of contents in list form, kind of like this: https://github.com/domfarolino/mage#table-of-contents but where each indentation level is a new folder depth. So:
- algorithm_practice
- ACM_ICPC_Archive
- Array_Algorithms
- ....
- datastructures
- binary_search_tree
- linked_list
This, and we can make each entry a relative link to the respective folder.
|
Hey @ryanoliverdev do you plan on continuing this PR or would you like me to take it over? |
Modified repositories README to add more information on how to make contributions, who the contributors are, and what the repository contains such as the various data structures and algorithms. I also added a usage section for how someone should format their contribution through the creation of a .h or .cpp file depending on if it's in the algorithm or data structure section.