Skip to content
Snippets Groups Projects
Verified Commit 40f0248a authored by orestis.malaspin's avatar orestis.malaspin
Browse files

modified index

parent 06a492fc
No related branches found
No related tags found
No related merge requests found
Pipeline #15632 failed
......@@ -50,44 +50,30 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
## Introduction à l'interface en ligne de commande [PDF](prog_seq_c_cours/command_line.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Base 1 [PDF](prog_seq_c_cours/base_1.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Boucles et conditions [PDF](prog_seq_c_cours/boucles_conditions.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Base 2 [PDF](prog_seq_c_cours/base_2.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Compilation avec `make` [PDF](prog_seq_c_cours/compilation_make.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Base 3 [PDF](prog_seq_c_cours/base_3.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Allocation dynamique [PDF](prog_seq_c_cours/allocation_dynamique.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Base 4 [PDF](prog_seq_c_cours/base_4.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Structures [PDF](prog_seq_c_cours/structs.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Base 5 [PDF](prog_seq_c_cours/base_5.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Variables et fonctions [PDF](prog_seq_c_cours/variables_fonctions.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Base 6 [PDF](prog_seq_c_cours/base_6.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Tableaux et fonctions [PDF](prog_seq_c_cours/tableaux_fonctions.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Tutoriel git [PDF](git_tuto/git_tutorial.pdf), .gitignore [PDF](git_tuto/git_tutorial_gitignore.pdf), [git repo](https://gitedu.hesge.ch/orestis.malaspin/git_tutorial)
## Base 7 [PDF](prog_seq_c_cours/base_7.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Base 8 [PDF](prog_seq_c_cours/base_8.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Instructions pour l'examen [PDF](prog_seq_c_cours/examen.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Test driven development [PDF](prog_seq_c_cours/tdd.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Pointeurs de fonctions [PDF](prog_seq_c_cours/pointeurs_fonction.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Make avancé [PDF](prog_seq_c_cours/make_avance.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Gestion de la ligne de commande [PDF](prog_seq_c_cours/ligne_commande.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Tests avec $\mu$nit [PDF](prog_seq_c_cours/munit.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Pointeurs avancés [PDF](prog_seq_c_cours/pointeurs_avances.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Arbres binaires de recherche [PDF](prog_seq_c_cours/bst.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
## Types opaques [PDF](prog_seq_c_cours/opaque.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
<!-- ## Intro à `make` [PDF](prog_seq_c_cours/make.pdf)
## Tests unitaires et assertions [PDF](prog_seq_c_cours/tests_assertions.pdf)
## Chaînes de caractères [PDF](prog_seq_c_cours/strings.pdf)
## La ligne de commande [PDF](prog_seq_c_cours/ligne_commande.pdf)
## Tutoriel git [PDF](git_tuto/git_tutorial.pdf), .gitignore [PDF](git_tuto/git_tutorial_gitignore.pdf), [git repo](https://gitedu.hesge.ch/orestis.malaspin/git_tutorial)
## Les pointeurs avancés [PDF](prog_seq_c_cours/pointeurs_avances.pdf) -->
## Instructions pour l'examen [PDF](prog_seq_c_cours/examen.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
# Exercices de programmation séquentielle en C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment