update readme

This commit is contained in:
2024-12-06 17:28:03 +01:00
parent cb84498028
commit 090d30d413
2 changed files with 21 additions and 48 deletions

View File

@@ -7,6 +7,7 @@
</head> </head>
<body class="hl"> <body class="hl">
<pre class="hl">. <pre class="hl">.
├── algo2.md
├── elouan_fare ├── elouan_fare
│   └── tp6 │   └── tp6
│   ├── LSC.py │   ├── LSC.py
@@ -14,11 +15,6 @@
│   ├── Pile_List.py │   ├── Pile_List.py
│   ├── Pile_LSC.py │   ├── Pile_LSC.py
│   ├── Pile_Tuple.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 │   ├── README.md
│   ├── test.py │   ├── test.py
│   └── TP_Piles.pdf │   └── TP_Piles.pdf
@@ -30,11 +26,6 @@
│   ├── Pile_List.py │   ├── Pile_List.py
│   ├── Pile_LSC.py │   ├── Pile_LSC.py
│   ├── Pile_Tuple.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 │   ├── README.md
│   └── test.py │   └── test.py
├── elouan_fare_v2.tar.gz ├── elouan_fare_v2.tar.gz
@@ -45,11 +36,6 @@
│   ├── data │   ├── data
│   │   └── Chartreuse.csv │   │   └── Chartreuse.csv
│   ├── main.py │   ├── 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_dict.py
│   └── _sommets.py │   └── _sommets.py
├── fichier.md ├── fichier.md
@@ -58,12 +44,12 @@
│   ├── file.py │   ├── file.py
│   ├── file_tuple.py │   ├── file_tuple.py
│   └── LSC.py │   └── LSC.py
├── fn_test_tri_bynome ├── fonctions_tri
│   └── partitionement.py
├── highlight.css
├── LICENSE ├── LICENSE
├── magic_square ├── magic_square
│   ├── magic_square.py │   ├── magic_square.py
│   ├── __pycache__
│   │   └── td_carre_magique.cpython-312.pyc
│   ├── td_carre_magique.py │   ├── td_carre_magique.py
│   └── TDliste2liste │   └── TDliste2liste
│   ├── exercice1.py │   ├── exercice1.py
@@ -71,9 +57,7 @@
│   ├── exercice3.py │   ├── exercice3.py
│   ├── exercice4.py │   ├── exercice4.py
│   ├── exercice5.py │   ├── exercice5.py
│   ── exercice6.py │   ── exercice6.py
│   └── __pycache__
│   └── exercice6.cpython-312.pyc
├── Partie2 ├── Partie2
│   └── Eleve │   └── Eleve
│   ├── livres.db │   ├── livres.db
@@ -84,17 +68,16 @@
│   │   ├── control.py │   │   ├── control.py
│   │   ├── index.html │   │   ├── index.html
│   │   ├── __init__.py │   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── control.cpython-313.pyc
│   │   │   └── __init__.cpython-313.pyc
│   │   └── templates │   │   └── templates
│   │   └── index.html │   │   └── index.html
│   └── run.py │   └── run.py
├── partition_fusion ├── partition_fusion
│   └── code.py │   └── code.py
├── preuve.md
├── readme_creator.txt
├── README.html ├── README.html
├── README.md ├── README.md
├── recurivite ├── recursivite
│   ├── exercice_MJoannic │   ├── exercice_MJoannic
│   │   ├── dichotomie │   │   ├── dichotomie
│   │   │   ├── iteratif │   │   │   ├── iteratif
@@ -105,10 +88,18 @@
│   │   │   ├── correction │   │   │   ├── correction
│   │   │   │   └── V1.py │   │   │   │   └── V1.py
│   │   │   └── myself │   │   │   └── myself
│   │   │   ├── idx
│   │   │   │   ├── main.py
│   │   │   │   ├── sort_list.py
│   │   │   │   └── tester.py
│   │   │   ├── main.py │   │   │   ├── main.py
│   │   │   ├── sort_list.py │   │   │   ├── sort_list.py
│   │   │   └── tester.py │   │   │   └── tester.py
│   │   ── palindrom.py │   │   ── palindrom.py
│   │   └── sqrt
│   │   ├── correction
│   │   │   └── main.py
│   │   └── main.py
│   └── TD1.py │   └── TD1.py
├── sqlite ├── sqlite
│   ├── test │   ├── test
@@ -126,11 +117,6 @@
│   ├── Pile_List.py │   ├── Pile_List.py
│   ├── Pile_LSC.py │   ├── Pile_LSC.py
│   ├── Pile_Tuple.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 │   ├── README.md
│   ├── test.py │   ├── test.py
│   └── TP_Piles.pdf │   └── TP_Piles.pdf
@@ -139,11 +125,6 @@
│   ├── Pile_List.py │   ├── Pile_List.py
│   ├── Pile_LSC.py │   ├── Pile_LSC.py
│   ├── Pile_Tuple.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 │   ├── test_2.py
│   │   ├── modules.rst │   │   ├── modules.rst
│   │   ├── Pile_List.rst │   │   ├── Pile_List.rst
@@ -158,11 +139,6 @@
│   ├── Pile_List.py │   ├── Pile_List.py
│   ├── Pile_LSC.py │   ├── Pile_LSC.py
│   ├── Pile_Tuple.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 │   ├── README.md
│   └── test.py │   └── test.py
└── tp_listes_chaines └── tp_listes_chaines
@@ -171,9 +147,6 @@
│   ├── Chartreuse.csv │   ├── Chartreuse.csv
│   ├── factorial.py │   ├── factorial.py
│   ├── LSC.py │   ├── LSC.py
│   ├── __pycache__
│   │   ├── LSC.cpython-312.pyc
│   │   └── Sommets.cpython-312.pyc
│   ├── Sommets.py │   ├── Sommets.py
│   ├── test.py │   ├── test.py
│   ├── TP5_1.py │   ├── TP5_1.py
@@ -181,8 +154,8 @@
├── TP 5 Listes Chaînées-20240925.zip ├── TP 5 Listes Chaînées-20240925.zip
└── TP5_Listes_Chainees.pdf └── TP5_Listes_Chainees.pdf
42 directories, 132 files 35 directories, 112 files
</pre> </pre>
</body> </body>
</html> </html>
<!--HTML generated by highlight 4.13, http://andre-simon.de/--> <!--HTML generated by highlight 4.10, http://www.andre-simon.de/-->

View File

@@ -1,4 +1,4 @@
/* Style definition file generated by highlight 4.13, http://andre-simon.de/ */ /* Style definition file generated by highlight 4.10, http://www.andre-simon.de/ */
/* highlight theme: Kwrite Editor */ /* highlight theme: Kwrite Editor */
body.hl { background-color:#e0eaee; } body.hl { background-color:#e0eaee; }
pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace; white-space: pre-wrap; } pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace; white-space: pre-wrap; }
@@ -11,7 +11,7 @@ pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'C
.hl.ppc { color:#008200; } .hl.ppc { color:#008200; }
.hl.opt { color:#000000; } .hl.opt { color:#000000; }
.hl.ipl { color:#0057ae; } .hl.ipl { color:#0057ae; }
.hl.lin { color:#555555; user-select: none;-webkit-user-select: none; } .hl.lin { color:#555555; user-select: none; }
.hl.hvr { cursor:help; } .hl.hvr { cursor:help; }
.hl.erm { color:#ff0000; font-weight:bold; border:solid 1px red; margin-left: 3em; } .hl.erm { color:#ff0000; font-weight:bold; border:solid 1px red; margin-left: 3em; }
.hl.err { color:#ff0000; font-weight:bold; } .hl.err { color:#ff0000; font-weight:bold; }