You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arquivos/README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -378,6 +378,8 @@ int main() {
378
378
1. (Aula 01) [Funções usadas na manipulação de arquivos texto em C](https://github.com/roscibely/algorithms-and-data-structure/blob/main/arquivos/manipular_arquivos.c)
379
379
380
380
2. Prática 01 ✅[(clique aqui para ver as questões)](https://github.com/roscibely/algorithms-and-data-structure/blob/develop/arquivos/quest%C3%B5es-pr%C3%A1tica-01-arquivos.pdf):
381
-
1️⃣ [Acesse a resposta da questão 1](https://github.com/roscibely/algorithms-and-data-structure/blob/main/arquivos/pratica-01-questao-1.c)
381
+
1️⃣ [Acesse a resposta em C da questão 1](https://github.com/roscibely/algorithms-and-data-structure/blob/main/arquivos/pratica-01-questao-1.c)
382
+
1️⃣ [Acesse a resposta em Python da questão 1](https://github.com/roscibely/data-structure-with-python/blob/main/arquivos/pratica_q1.py)
382
383
383
-
2️⃣ [Acesse a resposta da questão 2](https://github.com/roscibely/algorithms-and-data-structure/blob/develop/arquivos/pratica-01-questao-2.c)
384
+
2️⃣ [Acesse a resposta em C da questão 2](https://github.com/roscibely/algorithms-and-data-structure/blob/develop/arquivos/pratica-01-questao-2.c)
385
+
2️⃣ [Acesse a resposta em Python da questão 2](https://github.com/roscibely/data-structure-with-python/blob/main/arquivos/pratica-q2.py)
0 commit comments