my version

This commit is contained in:
2025-05-14 08:10:05 +02:00
parent 70f920a16c
commit 2a00a5e3fe
4 changed files with 241 additions and 92 deletions

127
README.md
View File

@@ -9,9 +9,18 @@
<pre class="hl">.
├── algo2.md
├── casse-brique
│   ── main.py
│   ── main.py
│   └── pygame.py
├── cesar
│   ├── chiffrement.py
│   ├── message2.txt
│   └── message.txt
├── crypto
│   ├── algo.py
│   └── message
├── Dijkstra
│   ── algo.py
│   ── algo.py
│   └── fonctions.md
├── ensembles_dynamiques
│   └── TP
│   ├── _collection_list.py
@@ -31,18 +40,19 @@
│   └── main.rs
├── fichier.md
├── file
│   ── new
│   │   └── fifo.py
│   └── old
│   ├── file_LSC.py
│   ├── file.py
│   ├── file_tuple.py
│   └── LSC.py
│   ── new
│   └── fifo.py
├── fonctions_tri
│   └── partitionement.py
├── get_bac_subject
│   └── get_bac_subject
│   ├── Cargo.lock
│   ├── Cargo.toml
│   ├── src
│   │   └── main.rs
│   └── url.txt
├── graphes
│   ├── DS_possible
│   │   ├── elouan_fare.tar
│   │   ├── main.py
│   │   └── v
│   ├── homework_wednesday.py
@@ -50,7 +60,6 @@
│   ├── leaudibidon
│   │   ├── correction.py
│   │   ├── main.py
│   │   ├── Water_jug(en_xz).tar
│   │   └── Water_jug.py
│   ├── maze
│   │   ├── fifo.py
@@ -87,33 +96,27 @@
│   └── run.py
├── partition_fusion
│   ├── code2.py
│   ── code.py
│   ── code.py
│   ├── liste.py
│   └── partition_fusion.py
├── perfect_number
│   └── main.py
├── prblm.txt
├── prep
├── preuve.md
├── pygame
│   ├── bouncing_ball
│   │   ├── balle.py
│   │   ├── ball.py
│   │   ├── constantes.py
│   │   ├── f
│   │   └── raquette.py
│   ├── bouncing_ball_project
│   │   ├── balle.py
│   │   ├── ball.py
│   │   ├── bouncing_ball_game.py
│   │   ├── constantes.py
│   │   └── raquette.py
│   ├── bouncing_ball_project.zip
│   ├── lab_py
├── programmation_dynamique
│   ├── bag
│   │   └── main.py
│   └── V2
│   ── balle
│   ├── balle.py
│   ├── balle_rebondissante.py
│   ├── casse_brique.py
│   ├── constantes.py
│   └── raquette.py
│   └── monnaie
│   ── piece1.py
│   └── piece.py
├── question_du_jour
│   ├── 05-05-2025
│   │   └── pro_dynamique.py
│   └── 12-05-2025
│   └── main.py
├── readme_creator.txt
├── README.html
├── README.md
├── recursivite
│   ├── exercice_MJoannic
@@ -149,52 +152,20 @@
│   ├── exercice4.py
│   ├── exercice5.py
│   └── exercice6.py
└── tp6_enirely
├── 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
└── trees
├── AB
│   ── arbre.py
├── ABR
│   ── main.py
├── genealogie
│   ├── genealogie.csv
│   ├── genealogie.py
│   ── TP_Arbres_Generalites.pdf?forcedownload=1
└── qdj.py
49 directories, 137 files
52 directories, 104 files
</pre>
</body>
</html>
<!--HTML generated by highlight 4.13, http://andre-simon.de/-->