Skip to content

Commit eee17b5

Browse files
committed
Update README.md
Added Quick Start section.
1 parent f9f1717 commit eee17b5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Python Algorithms Course
22
![version](https://img.shields.io/badge/version-Pro-blue)
3-
![release](https://img.shields.io/badge/release-1.2.0-blue)
3+
![release](https://img.shields.io/badge/release-1.2.2-blue)
44
![language](https://img.shields.io/badge/language-Python_3.7%7C3.8-brightgreen)
5-
![last-update](https://img.shields.io/badge/last_update-05/18/2021-orange)
5+
![last-update](https://img.shields.io/badge/last_update-06/26/2021-orange)
66
![last-update](https://img.shields.io/badge/license-MIT-orange)
77

88
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
99

1010
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.
1111

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+
1216
## What is an algorithm?
1317
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.
1418

@@ -109,7 +113,7 @@ Any kind of feedback/suggestions would be greatly appreciated (algorithm design,
109113
## Author
110114
- Created by Andrés Segura-Tinoco
111115
- Created on May 17, 2019
112-
- Updated on May 18, 2021
116+
- Updated on Jun 26, 2021
113117

114118
## License
115119
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)