|
1 | 1 | # Algorithms - Python |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
6 | 7 |
|
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. |
8 | 9 |
|
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. |
10 | 11 |
|
11 | 12 | ## What is an algorithm? |
12 | 13 | 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 |
108 | 109 | ## Author |
109 | 110 | - Created by Andrés Segura Tinoco |
110 | 111 | - Created on May 17, 2019 |
111 | | -- Updated on Mar 19, 2021 |
| 112 | +- Updated on May 07, 2021 |
112 | 113 |
|
113 | 114 | ## License |
114 | 115 | This project is licensed under the terms of the MIT license. |
0 commit comments