Update README.md

This commit is contained in:
Tiago Garcia 2023-01-15 16:53:44 +00:00 committed by GitHub
parent 1d6cb5d820
commit efe083e8cc
Signed by untrusted user who does not match committer: TiagoRG
GPG Key ID: DFCD48E3F420DB42
1 changed files with 14 additions and 11 deletions

View File

@ -1,11 +1,11 @@
# Fundamentos de Programação # Fundamentos de Programação
### Projetos + resoluções de exercícios organizados por aulas ### Projetos + resoluções de exercícios organizados por aulas
### Linguagem principal: [Python](https://www.python.org/) ### Linguagem usada: [Python](https://www.python.org/)
--- ---
## Índice ## Índice
| Aula nº | Tópicos | | Aula nº | Tópicos |
|--------------------------------------------------------------------------|-----------------------------------| |--------------------------------------------------------------------------|----------------------------------------|
| [01](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula01) | Introduction, Basics | | [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 | | [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 | | [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 | | [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 | | [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 | | [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) *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)