diff --git a/README.html b/README.html index bcc7dce..86ef477 100644 --- a/README.html +++ b/README.html @@ -7,6 +7,7 @@
.
+├── algo2.md
├── elouan_fare
│ └── tp6
│ ├── LSC.py
@@ -14,11 +15,6 @@
│ ├── Pile_List.py
│ ├── Pile_LSC.py
│ ├── Pile_Tuple.py
-│ ├── __pycache__
-│ │ ├── LSC.cpython-312.pyc
-│ │ ├── Pile_List.cpython-312.pyc
-│ │ ├── Pile_LSC.cpython-312.pyc
-│ │ └── Pile_Tuple.cpython-312.pyc
│ ├── README.md
│ ├── test.py
│ └── TP_Piles.pdf
@@ -30,11 +26,6 @@
│ ├── Pile_List.py
│ ├── Pile_LSC.py
│ ├── Pile_Tuple.py
-│ ├── __pycache__
-│ │ ├── LSC.cpython-312.pyc
-│ │ ├── Pile_List.cpython-312.pyc
-│ │ ├── Pile_LSC.cpython-312.pyc
-│ │ └── Pile_Tuple.cpython-312.pyc
│ ├── README.md
│ └── test.py
├── elouan_fare_v2.tar.gz
@@ -45,11 +36,6 @@
│ ├── data
│ │ └── Chartreuse.csv
│ ├── main.py
-│ ├── __pycache__
-│ │ ├── _collection.cpython-312.pyc
-│ │ ├── _collection_list.cpython-312.pyc
-│ │ ├── _sommets.cpython-312.pyc
-│ │ └── _sommets_dict.cpython-312.pyc
│ ├── _sommets_dict.py
│ └── _sommets.py
├── fichier.md
@@ -58,12 +44,12 @@
│ ├── file.py
│ ├── file_tuple.py
│ └── LSC.py
-├── fn_test_tri_bynome
+├── fonctions_tri
+│ └── partitionement.py
+├── highlight.css
├── LICENSE
├── magic_square
│ ├── magic_square.py
-│ ├── __pycache__
-│ │ └── td_carre_magique.cpython-312.pyc
│ ├── td_carre_magique.py
│ └── TDliste2liste
│ ├── exercice1.py
@@ -71,9 +57,7 @@
│ ├── exercice3.py
│ ├── exercice4.py
│ ├── exercice5.py
-│ ├── exercice6.py
-│ └── __pycache__
-│ └── exercice6.cpython-312.pyc
+│ └── exercice6.py
├── Partie2
│ └── Eleve
│ ├── livres.db
@@ -84,17 +68,16 @@
│ │ ├── control.py
│ │ ├── index.html
│ │ ├── __init__.py
-│ │ ├── __pycache__
-│ │ │ ├── control.cpython-313.pyc
-│ │ │ └── __init__.cpython-313.pyc
│ │ └── templates
│ │ └── index.html
│ └── run.py
├── partition_fusion
│ └── code.py
+├── preuve.md
+├── readme_creator.txt
├── README.html
├── README.md
-├── recurivite
+├── recursivite
│ ├── exercice_MJoannic
│ │ ├── dichotomie
│ │ │ ├── iteratif
@@ -105,10 +88,18 @@
│ │ │ ├── correction
│ │ │ │ └── V1.py
│ │ │ └── myself
+│ │ │ ├── idx
+│ │ │ │ ├── main.py
+│ │ │ │ ├── sort_list.py
+│ │ │ │ └── tester.py
│ │ │ ├── main.py
│ │ │ ├── sort_list.py
│ │ │ └── tester.py
-│ │ └── palindrom.py
+│ │ ├── palindrom.py
+│ │ └── sqrt
+│ │ ├── correction
+│ │ │ └── main.py
+│ │ └── main.py
│ └── TD1.py
├── sqlite
│ ├── test
@@ -126,11 +117,6 @@
│ ├── Pile_List.py
│ ├── Pile_LSC.py
│ ├── Pile_Tuple.py
-│ ├── __pycache__
-│ │ ├── LSC.cpython-312.pyc
-│ │ ├── Pile_List.cpython-312.pyc
-│ │ ├── Pile_LSC.cpython-312.pyc
-│ │ └── Pile_Tuple.cpython-312.pyc
│ ├── README.md
│ ├── test.py
│ └── TP_Piles.pdf
@@ -139,11 +125,6 @@
│ ├── Pile_List.py
│ ├── Pile_LSC.py
│ ├── Pile_Tuple.py
-│ ├── __pycache__
-│ │ ├── LSC.cpython-312.pyc
-│ │ ├── Pile_List.cpython-312.pyc
-│ │ ├── Pile_LSC.cpython-312.pyc
-│ │ └── Pile_Tuple.cpython-312.pyc
│ ├── test_2.py
│ │ ├── modules.rst
│ │ ├── Pile_List.rst
@@ -158,11 +139,6 @@
│ ├── Pile_List.py
│ ├── Pile_LSC.py
│ ├── Pile_Tuple.py
-│ ├── __pycache__
-│ │ ├── LSC.cpython-312.pyc
-│ │ ├── Pile_List.cpython-312.pyc
-│ │ ├── Pile_LSC.cpython-312.pyc
-│ │ └── Pile_Tuple.cpython-312.pyc
│ ├── README.md
│ └── test.py
└── tp_listes_chaines
@@ -171,9 +147,6 @@
│ ├── Chartreuse.csv
│ ├── factorial.py
│ ├── LSC.py
- │ ├── __pycache__
- │ │ ├── LSC.cpython-312.pyc
- │ │ └── Sommets.cpython-312.pyc
│ ├── Sommets.py
│ ├── test.py
│ ├── TP5_1.py
@@ -181,8 +154,8 @@
├── TP 5 Listes Chaînées-20240925.zip
└── TP5_Listes_Chainees.pdf
-42 directories, 132 files
+35 directories, 112 files