From 301f70476bef02d9d8c7fe11f5570794e8637ae6 Mon Sep 17 00:00:00 2001 From: Tiago Garcia <35657250+TiagoRG@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:53:44 +0000 Subject: [PATCH] Update README.md --- 1ano/fp/README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/1ano/fp/README.md b/1ano/fp/README.md index dac7b13..ba7955a 100755 --- a/1ano/fp/README.md +++ b/1ano/fp/README.md @@ -1,17 +1,20 @@ # 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 | -| [04](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula04) | Iteration, Loops | -| [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 | +| 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 | +| [04](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula04) | Iteration, Loops | +| [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) \ No newline at end of file +*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)