Teaching materials
Here, you can find some of the materials that I have prepared for my students during my teachings. For a list of my teaching, see my CV.
Here, you can find some of the materials that I have prepared for my students during my teachings. For a list of my teaching, see my CV.
Probabilities
Some material from 2023, ENS Lyon, (in French):
All exercises in one file: download
Homework 1 (in English - in French)
Logic
Material from ENS Lyon 2022-2023 (in French):
Extra readings:
A note about "names" from Manin's book "a course in mathematical logic" - download
Introduction to Computer Science for Complex Systems
(Self-reading) exercises and Python codes (as written by students in the class) from the course of 2021 at ENS Lyon:
TD 1: minimum spanning tree and Kruskal’s algorithm
TD questions - Python code - Python code for the "100 points" question
TD 2: electrical resistance
TD 3 and TD 4: breadth-first search, depth-first search, and their applications
Advanced Algorithms