|
1 | 1 | # Python Algorithms Course |
2 | 2 |  |
3 | | - |
| 3 | + |
4 | 4 |  |
5 | | - |
| 5 | + |
6 | 6 |  |
7 | 7 |
|
8 | 8 | Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms. |
9 | 9 |
|
10 | 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 | +## Quick Start |
| 13 | +If you want to play with these notebooks online without having to install any library or configure hardware, you can use the following service: |
| 14 | +- <a href="https://colab.research.google.com/github/ansegura7/Algorithms/blob/master/" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a> |
| 15 | + |
12 | 16 | ## What is an algorithm? |
13 | 17 | 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 | 18 |
|
@@ -109,7 +113,7 @@ Any kind of feedback/suggestions would be greatly appreciated (algorithm design, |
109 | 113 | ## Author |
110 | 114 | - Created by Andrés Segura-Tinoco |
111 | 115 | - Created on May 17, 2019 |
112 | | -- Updated on May 18, 2021 |
| 116 | +- Updated on Jun 26, 2021 |
113 | 117 |
|
114 | 118 | ## License |
115 | 119 | This project is licensed under the terms of the MIT license. |
0 commit comments