********* Algorithm ********* In this lesson are presented the essential notion of algorithmic language. It first proposes a formalism to write an algorithm independantely of any programming language. Then it exposes how to design an algorithm and how to analyse its execution. This lessons covers the concepts of instrcutions for choice, loops, fonctions, etc. .. toctree:: :maxdepth: 1 :caption: Contents: chap3_1concept chap3_2algorithmSyntax chap3_3understandAlgorithm