Skip to content

Commit be4006f

Browse files
committed
Update README.md
Minor changes.
1 parent cf4b28c commit be4006f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Algorithms - Python
1+
# Algorithms Course - Python
22
![version](https://img.shields.io/badge/version-Pro-blue)
33
![release](https://img.shields.io/badge/release-1.1.0-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/07/2021-orange)
5+
![last-update](https://img.shields.io/badge/last_update-05/17/2021-orange)
66
![last-update](https://img.shields.io/badge/license-MIT-orange)
77

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

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

1212
## What is an algorithm?
1313
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.
1414

15-
## Algorithm List
15+
## Content
1616
<details open>
1717
<summary>1. <a href="https://ansegura7.github.io/Algorithms/basics/AlgorithmsBasics.html" >Algorithm's Basics</a></summary>
1818
<ul>
@@ -109,7 +109,7 @@ Any kind of feedback/criticism would be greatly appreciated (algorithm design, d
109109
## Author
110110
- Created by Andrés Segura Tinoco
111111
- Created on May 17, 2019
112-
- Updated on May 07, 2021
112+
- Updated on May 17, 2021
113113

114114
## License
115115
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)