Skip to content

Commit a085e67

Browse files
authoredMar 1, 2025··
Update README.md
1 parent 691ce49 commit a085e67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎CUPGE/L2/SDD/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export LIBGL_ALWAYS_INDIRECT=1
3131
* **TP 2** : [utilisation de structure simple](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP2.md) et [solution](https://github.com/truillet/ups/blob/master/l2cupge/TP/solutions/jeucarte.c) (2025)
3232
* **TP 3 & 4** : [exploration de labyrinthes](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP3-4.md) et [début de solution](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/solutions/labyrinthe.zip) (2025)
3333
* **TP 5** : [compilation séparée](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP5.md) et [solution](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/solutions/tp4.zip) (2025)
34-
* **TP 6 & 7** : [Graphes - partie 1](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP6-7_Graphes1.pdf) et [début de solution](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/solutions/tp5_6.zip) (2024)
35-
* **TP 8** : [Graphes - partie 2](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP8_Graphes2.pdf) (2024)
34+
* **TP 6 & 7** : [Graphes - partie 1](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP6-7.md) et [début de solution](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/solutions/tp5_6.zip) (2025)
35+
* **TP 8** : [Graphes - partie 2](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP8.md) (2025)
3636
```mermaid
3737
graph TD;
3838
A-->C;
@@ -44,7 +44,7 @@ export LIBGL_ALWAYS_INDIRECT=1
4444
E-->G;
4545
E-->F;
4646
```
47-
* **TP 9** : [JNI - articuler java et langage C](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP9_JNI_C.pdf) (2024)
47+
* **TP 9** : [JNI - articuler java et langage C](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP9.md) (2025)
4848
* **TP 10** : [un middleware pour l'interaction](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TP10_ivy_middleware.pdf) (2024)
4949
* **TP bonus 1** : [arduino](https://github.com/truillet/upssitech/blob/master/CUPGE/L2/SDD/TP/TPbonus1_arduino.pdf) (2024)
5050

0 commit comments

Comments
 (0)
Please sign in to comment.