Lessons
Elementary complexity, generalities, examples
Graphs
Priority queues, shortest paths, spanning trees, Hamiltonian cycles
graphical example for 90 cities in mainland France
graphe-elementary-EN.pdf Lesson illustrated with OCaml, Python (see France-Python.zip)
graphe-elementary.ml.zip Programs and examples of the lesson with OCaml
France.ml.zip Example (France) from the lesson, complete and independent OCaml program
France-Python.zip Example (France) from the lesson, complete and independent Python program
...
Studies, Practical activities
Priority queues, shortest paths, spanning trees,
graphically illustrated example for 90 towns, in the form of a TP
France-C-EN.pdf (to be corrected, see Graphs)
RSA cryptography, OCaml tutorial, with answer in Caml and Python
....