From a8020ec998c324dfa7c06a2cdae8225a22e06faa Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 11 Oct 2023 11:15:17 +0200 Subject: [PATCH] vault backup: 2023-10-11 11:15:17 --- Algo/CM/CM du 11 octobre.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Algo/CM/CM du 11 octobre.md b/Algo/CM/CM du 11 octobre.md index ab522b9..a4469e9 100644 --- a/Algo/CM/CM du 11 octobre.md +++ b/Algo/CM/CM du 11 octobre.md @@ -1 +1,2 @@ -List is the most fundamental data type. Is a sequencial argument, is a final sequence of element. \ No newline at end of file +List is the most fundamental data type. Is a sequencial argument, is a final sequence of element. It is no possible to have more than one element per box. +There is two different way to declare a list, the recursive one and the iterative one.