mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Add README files 2/8 (#5766)
* add 5 README files * empty commit to (hopefully) get rid of the `test-are-failling` label * Update ciphers/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update conversions/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update cellular_automata/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update computer_vision/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update conversions/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update compression/README.md Co-authored-by: John Law <johnlaw.po@gmail.com>
This commit is contained in:
6
conversions/README.md
Normal file
6
conversions/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Conversion
|
||||
|
||||
Conversion programs convert a type of data, a number from a numerical base or unit into one of another type, base or unit, e.g. binary to decimal, integer to string or foot to meters.
|
||||
|
||||
* <https://en.wikipedia.org/wiki/Data_conversion>
|
||||
* <https://en.wikipedia.org/wiki/Transcoding>
|
Reference in New Issue
Block a user