Rename README.md to README.md

This commit is contained in:
Marina S 2023-07-29 11:13:04 -07:00 committed by GitHub
parent cdae9ca4f7
commit ad4b836800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
math_logic_dp/README.md Normal file
View file

@ -0,0 +1,20 @@
## math, logic, dynamic programming
<br>
```python
python3 fibonacci.py
Testing fibonacci
Fibonacci of 10: 55
```
<br>
```python
python playing_with_math.py
Greatest common divider of 21 and 7 is 7
Prime factors of 21 are [3, 7]
```