Skip to content

Commit cf4b28c

Browse files
committed
Update README.md
- Added license badge. - The wording of the README was revised.
1 parent 7fbc1ad commit cf4b28c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Algorithms - Python
2-
![version](https://img.shields.io/badge/Version-Pro-blue)
3-
![release](https://img.shields.io/badge/Release-1.1.0-blue)
4-
![language](https://img.shields.io/badge/Language-Python-brightgreen)
5-
![last-update](https://img.shields.io/badge/Last_update-03/19/2021-orange)
2+
![version](https://img.shields.io/badge/version-Pro-blue)
3+
![release](https://img.shields.io/badge/release-1.1.0-blue)
4+
![language](https://img.shields.io/badge/language-Python_3.7%7C3.8-brightgreen)
5+
![last-update](https://img.shields.io/badge/last_update-05/07/2021-orange)
6+
![last-update](https://img.shields.io/badge/license-MIT-orange)
67

7-
Repository with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
8+
Repository course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
89

9-
Although it is not intended to have the formal rigor of a book, it was tried to be as faithful as possible to the original algorithms, only by adding variants, when these were necessary for didactic purposes.
10+
Although it is not intended to have the formal rigor of a book, we tried to be as faithful as possible to the original algorithms, only adding variants, when these were necessary for didactic purposes.
1011

1112
## What is an algorithm?
1213
In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.
@@ -108,7 +109,7 @@ Any kind of feedback/criticism would be greatly appreciated (algorithm design, d
108109
## Author
109110
- Created by Andrés Segura Tinoco
110111
- Created on May 17, 2019
111-
- Updated on Mar 19, 2021
112+
- Updated on May 07, 2021
112113

113114
## License
114115
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)