|
1 | | -# Algorithms - Python |
| 1 | +# Algorithms Course - Python |
2 | 2 |  |
3 | 3 |  |
4 | 4 |  |
5 | | - |
| 5 | + |
6 | 6 |  |
7 | 7 |
|
8 | 8 | Repository course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms. |
9 | 9 |
|
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 | +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 and methods, only adding variants, when these were necessary for didactic purposes. |
11 | 11 |
|
12 | 12 | ## What is an algorithm? |
13 | 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. |
14 | 14 |
|
15 | | -## Algorithm List |
| 15 | +## Content |
16 | 16 | <details open> |
17 | 17 | <summary>1. <a href="https://ansegura7.github.io/Algorithms/basics/AlgorithmsBasics.html" >Algorithm's Basics</a></summary> |
18 | 18 | <ul> |
@@ -109,7 +109,7 @@ Any kind of feedback/criticism would be greatly appreciated (algorithm design, d |
109 | 109 | ## Author |
110 | 110 | - Created by Andrés Segura Tinoco |
111 | 111 | - Created on May 17, 2019 |
112 | | -- Updated on May 07, 2021 |
| 112 | +- Updated on May 17, 2021 |
113 | 113 |
|
114 | 114 | ## License |
115 | 115 | This project is licensed under the terms of the MIT license. |
0 commit comments