From e041f2a2971d84547fc584aa1ac2ba718b3a0143 Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 4 Oct 2023 11:33:31 +0100 Subject: [PATCH] vault backup: 2023-10-04 11:33:31 --- 4a1s/CP/PL - Aula 4.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/4a1s/CP/PL - Aula 4.md b/4a1s/CP/PL - Aula 4.md index 0ad3672..2938626 100644 --- a/4a1s/CP/PL - Aula 4.md +++ b/4a1s/CP/PL - Aula 4.md @@ -10,4 +10,12 @@ Não vai ser vetorizável. #### b) -i - j - k TO \ No newline at end of file +result of change cycles to i, k , j : +A -> consecutive elements in a row -> consecutive access in the vector +C -> consecutive elements in a row -> consecutive access in the vector +B -> consecutive elements in a row -> consecutive access in the vector + +i k j +0 0 1 + +Vai ser vetorizável. \ No newline at end of file