Update README.md

This commit is contained in:
Tiago Garcia 2023-01-15 16:53:44 +00:00 committed by GitHub
parent 6fc61e28c0
commit 301f70476b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 11 deletions

View File

@ -1,11 +1,11 @@
# Fundamentos de Programação
### Projetos + resoluções de exercícios organizados por aulas
### Linguagem principal: [Python](https://www.python.org/)
### Linguagem usada: [Python](https://www.python.org/)
---
## Índice
| Aula nº | Tópicos |
|--------------------------------------------------------------------------|-----------------------------------|
|--------------------------------------------------------------------------|----------------------------------------|
| [01](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula01) | Introduction, Basics |
| [02](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula02) | Conditionals, Boolean expressions |
| [03](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula03) | Functions, Lambda expressions |
@ -13,5 +13,8 @@
| [05](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula05) | Tuples, Lists |
| [06](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula06) | Files, Exceptions |
| [07](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula07) | Dictionaries |
| [08](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula08) | List Comprehensions, Sets |
| [09](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula09) | Searching, Sorting, Lambda Expressions |
| [10](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula10) | Recursive Functions |
---
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)