Add-README-files-3/8#5819
Conversation
|
Okay, I yield. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
There was a problem hiding this comment.
I like the idea of adding README's to each directory, however the content here is insufficient an phrased incorrectly
@tianyizheng02 What is your opinion?
| >>> polar_force(10, 3.14, radian_mode=True) | ||
| [-9.999987317275396, 0.01592652916486828] |
There was a problem hiding this comment.
Can this change be reverted? Not sure why it was made
| @@ -0,0 +1,9 @@ | |||
| # Data Structures | |||
|
|
|||
| There exist [many](https://en.wikipedia.org/wiki/List_of_data_structures) types of data structures, but some structures are more useful to keep some type of data over another type. | |||
There was a problem hiding this comment.
| There exist [many](https://en.wikipedia.org/wiki/List_of_data_structures) types of data structures, but some structures are more useful to keep some type of data over another type. | |
| [Many](https://en.wikipedia.org/wiki/List_of_data_structures) types of data structures exist, but some structures are more useful than others when storing certain types of data. |
| (If this subject has your interest, you should do your own research because it is a vast subject. As often, the starting point should be the Wikipedia page.) | ||
|
|
||
| * <https://en.wikipedia.org/wiki/Data_structure> | ||
| * <https://www.tommyds.it/doc/benchmark.html> |
| @@ -0,0 +1,7 @@ | |||
| # Digital Image Processing | |||
|
|
|||
| Digital Image Processing (DIP) is when you are processing and applying changes to an image with a computer. | |||
There was a problem hiding this comment.
| Digital Image Processing (DIP) is when you are processing and applying changes to an image with a computer. | |
| Digital Image Processing (DIP) is the process of applying changes to an image digitally |
| # Data Structures | ||
|
|
||
| There exist [many](https://en.wikipedia.org/wiki/List_of_data_structures) types of data structures, but some structures are more useful to keep some type of data over another type. | ||
| The types used everywhere when programming is the boolean, the integer, the character and the floating point number. Those can lead to more advanced type, such as list, array, set, tuple, stack etc. |
There was a problem hiding this comment.
This line is wordy and doesn't make sense
@CaedenPH I agree, the content needs to be significantly expanded upon and the grammar/wording is a bit questionable. Having directory READMEs is definitely good documentation so we'll just have to wait until someone else opens another PR contributing one. |
Describe your change:
The 3rd of the serie
Checklist:
Fixes: #{$ISSUE_NO}.