.
├── algo2.md
├── elouan_fare
│   └── tp6
│       ├── LSC.py
│       ├── npi.py
│       ├── Pile_List.py
│       ├── Pile_LSC.py
│       ├── Pile_Tuple.py
│       ├── README.md
│       ├── test.py
│       └── TP_Piles.pdf
├── elouan_fare.tar.gz
├── elouan_fare_v2
│   └── tp6_self
│       ├── LSC.py
│       ├── npi.py
│       ├── Pile_List.py
│       ├── Pile_LSC.py
│       ├── Pile_Tuple.py
│       ├── README.md
│       └── test.py
├── elouan_fare_v2.tar.gz
├── ensembles_dynamiques
│   └── TP
│       ├── _collection_list.py
│       ├── _collection.py
│       ├── data
│       │   └── Chartreuse.csv
│       ├── main.py
│       ├── _sommets_dict.py
│       └── _sommets.py
├── fichier.md
├── file
│   ├── file_LSC.py
│   ├── file.py
│   ├── file_tuple.py
│   └── LSC.py
├── fonctions_tri
│   └── partitionement.py
├── highlight.css
├── LICENSE
├── magic_square
│   ├── magic_square.py
│   ├── td_carre_magique.py
│   └── TDliste2liste
│       ├── exercice1.py
│       ├── exercice2.py
│       ├── exercice3.py
│       ├── exercice4.py
│       ├── exercice5.py
│       └── exercice6.py
├── Partie2
│   └── Eleve
│       ├── livres.db
│       ├── livres.db-journal
│       ├── livres.sql
│       ├── p_app_web_python_sqlite.pdf
│       ├── Projet
│       │   ├── control.py
│       │   ├── index.html
│       │   ├── __init__.py
│       │   └── templates
│       │       └── index.html
│       └── run.py
├── partition_fusion
│   └── code.py
├── preuve.md
├── readme_creator.txt
├── README.html
├── README.md
├── recursivite
│   ├── exercice_MJoannic
│   │   ├── dichotomie
│   │   │   ├── iteratif
│   │   │   │   ├── main.py
│   │   │   │   ├── sort_list.py
│   │   │   │   └── tester.py
│   │   │   └── recursif
│   │   │       ├── correction
│   │   │       │   └── V1.py
│   │   │       └── myself
│   │   │           ├── idx
│   │   │           │   ├── main.py
│   │   │           │   ├── sort_list.py
│   │   │           │   └── tester.py
│   │   │           ├── main.py
│   │   │           ├── sort_list.py
│   │   │           └── tester.py
│   │   ├── palindrom.py
│   │   └── sqrt
│   │       ├── correction
│   │       │   └── main.py
│   │       └── main.py
│   └── TD1.py
├── sqlite
│   ├── test
│   └── test-journal
├── TDliste2liste
│   ├── exercice1.py
│   ├── exercice2.py
│   ├── exercice3.py
│   ├── exercice4.py
│   ├── exercice5.py
│   └── exercice6.py
├── tp6
│   ├── LSC.py
│   ├── npi.py
│   ├── Pile_List.py
│   ├── Pile_LSC.py
│   ├── Pile_Tuple.py
│   ├── README.md
│   ├── test.py
│   └── TP_Piles.pdf
├── TP6
│   ├── LSC.py
│   ├── Pile_List.py
│   ├── Pile_LSC.py
│   ├── Pile_Tuple.py
│   ├── test_2.py
│   │   ├── modules.rst
│   │   ├── Pile_List.rst
│   │   ├── Pile_Tuple.rst
│   │   └── test.rst
│   ├── test.py
│   ├── test.py.patch
│   └── TP_Piles.pdf
├── tp6_self
│   ├── LSC.py
│   ├── npi.py
│   ├── Pile_List.py
│   ├── Pile_LSC.py
│   ├── Pile_Tuple.py
│   ├── README.md
│   └── test.py
└── tp_listes_chaines
    ├── execute.py
    ├── fichiers
    │   ├── Chartreuse.csv
    │   ├── factorial.py
    │   ├── LSC.py
    │   ├── Sommets.py
    │   ├── test.py
    │   ├── TP5_1.py
    │   └── TP5.py
    ├── TP 5 Listes Chaînées-20240925.zip
    └── TP5_Listes_Chainees.pdf

35 directories, 112 files