diff --git a/README.md b/README.md index bcc7dce..4658b88 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@
.
+├── algo2.md
├── elouan_fare
│ └── tp6
│ ├── LSC.py
@@ -52,6 +53,46 @@
│ │ └── _sommets_dict.cpython-312.pyc
│ ├── _sommets_dict.py
│ └── _sommets.py
+├── fibonacci
+│ ├── code1.py
+│ ├── complex.py
+│ └── fibobo
+│ ├── Cargo.lock
+│ ├── Cargo.toml
+│ ├── src
+│ │ └── main.rs
+│ └── target
+│ ├── CACHEDIR.TAG
+│ ├── debug
+│ │ ├── build
+│ │ ├── deps
+│ │ │ ├── fibobo-810e1cb07c397525.d
+│ │ │ ├── fibobo-a1cd0427fbdbb954.d
+│ │ │ ├── libfibobo-810e1cb07c397525.rmeta
+│ │ │ └── libfibobo-a1cd0427fbdbb954.rmeta
+│ │ ├── examples
+│ │ └── incremental
+│ │ ├── fibobo-2flkpqcyr8r2k
+│ │ │ ├── s-h2tyx70fiv-0np3ven-cetzdomvijq2fq7eb3ig9iiiy
+│ │ │ │ ├── dep-graph.bin
+│ │ │ │ ├── query-cache.bin
+│ │ │ │ └── work-products.bin
+│ │ │ └── s-h2tyx70fiv-0np3ven.lock
+│ │ └── fibobo-2tiuzkggvknqa
+│ │ ├── s-h2tyx70her-05l7no3-ag0f5y72t7jx6dzosg88sgd73
+│ │ │ ├── dep-graph.bin
+│ │ │ ├── query-cache.bin
+│ │ │ └── work-products.bin
+│ │ └── s-h2tyx70her-05l7no3.lock
+│ └── release
+│ ├── build
+│ ├── deps
+│ │ ├── fibobo-2f995dd7ce38f150
+│ │ └── fibobo-2f995dd7ce38f150.d
+│ ├── examples
+│ ├── fibobo
+│ ├── fibobo.d
+│ └── incremental
├── fichier.md
├── file
│ ├── file_LSC.py
@@ -59,6 +100,42 @@
│ ├── file_tuple.py
│ └── LSC.py
├── fn_test_tri_bynome
+├── fonctions_tri
+│ └── partitionement.py
+├── graphes
+│ ├── DS_possible
+│ │ ├── elouan_fare.tar
+│ │ ├── main.py
+│ │ └── v
+│ ├── ht
+│ ├── leaudibidon
+│ │ ├── correction.py
+│ │ ├── main.py
+│ │ └── Water_jug.py
+│ └── why
+├── highlight.css
+├── learning_pygame
+│ ├── bouncing_ball
+│ │ ├── balle.py
+│ │ ├── ball.py
+│ │ ├── constantes.py
+│ │ ├── f
+│ │ ├── __pycache__
+│ │ │ ├── balle.cpython-313.pyc
+│ │ │ ├── constantes.cpython-313.pyc
+│ │ │ └── raquette.cpython-313.pyc
+│ │ └── raquette.py
+│ ├── bouncing_ball_project
+│ │ ├── balle.py
+│ │ ├── ball.py
+│ │ ├── bouncing_ball_game.py
+│ │ ├── constantes.py
+│ │ ├── __pycache__
+│ │ │ ├── balle.cpython-313.pyc
+│ │ │ ├── constantes.cpython-313.pyc
+│ │ │ └── raquette.cpython-313.pyc
+│ │ └── raquette.py
+│ └── bouncing_ball_project.zip
├── LICENSE
├── magic_square
│ ├── magic_square.py
@@ -91,10 +168,23 @@
│ │ └── index.html
│ └── run.py
├── partition_fusion
+│ ├── code2.py
│ └── code.py
+├── prblm.txt
+├── preuve.md
+├── readme_creator.txt
├── README.html
├── README.md
├── recurivite
+│ └── exercice_MJoannic
+│ └── dichotomie
+│ └── recursif
+│ └── myself
+│ └── idx
+│ └── __pycache__
+│ ├── main.cpython-313.pyc
+│ └── sort_list.cpython-313.pyc
+├── recursivite
│ ├── exercice_MJoannic
│ │ ├── dichotomie
│ │ │ ├── iteratif
@@ -105,10 +195,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
@@ -120,6 +218,7 @@
│ ├── exercice4.py
│ ├── exercice5.py
│ └── exercice6.py
+├── threading
├── tp6
│ ├── LSC.py
│ ├── npi.py
@@ -181,7 +280,7 @@
├── TP 5 Listes Chaînées-20240925.zip
└── TP5_Listes_Chainees.pdf
-42 directories, 132 files
+80 directories, 193 files