| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| nsi:langages:c:start [2022/04/04 21:10] – [Exemples d'exercices en C] goupillwiki | nsi:langages:c:start [2023/03/12 15:47] (Version actuelle) – [Exemples d'exercices en C] goupillwiki |
|---|
| **Les solutions présentées ici ne sont que des propositions !** | **Les solutions présentées ici ne sont que des propositions !** |
| |
| * Liste chainée -- [[.solutions:liste|Solution]] | === Plus facile === |
| * Pile -- [[.solutions:pile|Solution]] | |
| * Vérifier code ISBN [[nsi:tds:isbn|Fiche exo]] -- [[.solutions:isbn|Solution]] | * Vérifier code ISBN [[nsi:tds:isbn|Fiche exo]] -- [[.solutions:isbn|Solution]] |
| * Trouver le jour de la semaine correspondant à une date [[nsi:tds:jour_et_date|Fiche exo]] -- [[.solutions:jour_semaine|Solution]] | * Trouver le jour de la semaine correspondant à une date [[nsi:tds:jour_et_date|Fiche exo]] -- [[.solutions:jour_semaine|Solution]] |
| * Hash md5 [[nsi:tds:cryptographie:hash|Fiche exo]] -- [[.solutions:md5]] | |
| * Génération de nombre premiers [[nsi:tds:cryptographie:get_n_bits_prime|Fiche exo]] -- [[.solutions:prime|Solution]] | |
| * Vérificarion code CB [[nsi:tds:peter_luhn_algo|Fiche exo]] -- [[.solutions:code_cb|Solution]] | * Vérificarion code CB [[nsi:tds:peter_luhn_algo|Fiche exo]] -- [[.solutions:code_cb|Solution]] |
| * Chiffre de César [[nsi:tds:cryptographie:chiffre_cesar|Fiche exo]] -- [[.solutions:chiffre_cesar|Solution]] | * Chiffre de César [[nsi:tds:cryptographie:chiffre_cesar|Fiche exo]] -- [[.solutions:chiffre_cesar|Solution]] |
| * Chiffre de Vigenère [[nsi:tds:cryptographie:chiffre_vigenere|Fiche exo]] -- [[.solutions:chiffre_vigenere|Solution]] | * Chiffre de Vigenère [[nsi:tds:cryptographie:chiffre_vigenere|Fiche exo]] -- [[.solutions:chiffre_vigenere|Solution]] |
| | * Calcul de plus-code [[nsi:tds:divers:plus_code|Fiche exo]] -- [[.solutions:plus_code|Solution]] |
| | * Tri par sélection [[nsi:premiere:tableau:tri:selection|Fiche]] -- [[.solutions:tri_selection|Solution]] |
| | * Recherche dichotomique [[nsi:premiere:tableau:recherche:dichotomie|Fiche]] -- [[.solutions:recherche_dichotomique|Solution]] |
| | * Tri par insertion [[nsi:premiere:tableau:tri:insertion|Fiche]] -- [[.solutions:tri_insertion|Solution]] |
| | * Recherche de racine de fonction par dichotomie [[nsi:tds:maths:racine_dichotomie|Fiche]] -- [[.solutions:racine_dichotomie|Solution]] |
| | * Méthode de Newton [[nsi:tds:maths:racine_newton|Fiche]] -- [[.solutions:racine_newton|Solution]] |
| | |
| | === moyen === |
| | |
| * Ghostleg [[nsi:tds:jeux:ghostleg|Fiche exo]] -- [[.solutions:ghostleg|Solution]] | * Ghostleg [[nsi:tds:jeux:ghostleg|Fiche exo]] -- [[.solutions:ghostleg|Solution]] |
| * Système d'affichage [[nsi:tds:systeme_affichage|Fiche exo]] -- [[.solutions:systeme_affichage|Solution]] | * Système d'affichage [[nsi:tds:systeme_affichage|Fiche exo]] -- [[.solutions:systeme_affichage|Solution]] |
| * Sortir d'un labyrinthe [[nsi:tds:jeux:labyrinthe_solver|Fiche exo]] -- [[.solutions:labyrinthe_solver|Solution]] | * Sortir d'un labyrinthe [[nsi:tds:jeux:labyrinthe_solver|Fiche exo]] -- [[.solutions:labyrinthe_solver|Solution]] |
| * Générer un labyrinthe [[nsi:tds:jeux:generer_labyrinthe|Fiche exo]] -- [[.solutions:generer_labyrinthe|Solution]] | * Générer un labyrinthe [[nsi:tds:jeux:generer_labyrinthe|Fiche exo]] -- [[.solutions:generer_labyrinthe|Solution]] |
| * Calcul de plus-code [[nsi:tds:plus_code|Fiche exo]] -- [[.solutions:plus_code|Solution]] | |
| * Solveur de polynôme [[nsi:tds:maths:polynome_solver|Fiche exo]] -- [[.solutions:polynome_solver|Solution]] | * Solveur de polynôme [[nsi:tds:maths:polynome_solver|Fiche exo]] -- [[.solutions:polynome_solver|Solution]] |
| * Code de Chuck Norris [[nsi:tds:misc:chuck_norris|Fiche exo]] -- [[.solutions:chuck_norris|Solution]] | * Code de Chuck Norris [[nsi:tds:divers:chuck_norris|Fiche exo]] -- [[.solutions:chuck_norris|Solution]] |
| * Tri par sélection [[nsi:premiere:tableau:tri:selection|Fiche]] -- [[.solutions:tri_selection|Solution]] | |
| * Recherche dichotomique [[nsi:premiere:tableau:recherche:dichotomie|Fiche]] -- [[.solutions:recherche_dichotomique|Solution]] | |
| * Tri par insertion [[nsi:premiere:tableau:tri:insertion|Fiche]] -- [[.solutions:tri_insertion|Solution]] | |
| * Recherche de racine de fonction par dichotomie [[nsi:tds:maths:racine_dichotomie|Fiche]] -- [[.solutions:racine_dichotomie|Solution]] | |
| * Méthode de Newton [[nsi:tds:maths:racine_newton|Fiche]] -- [[.solutions:racine_newton|Solution]] | |
| * Algorithme de Boyer-Moore [[nsi:terminales:boyer_moore|Fiche]] -- [[.solutions:boyer_moore|Solution]] | * Algorithme de Boyer-Moore [[nsi:terminales:boyer_moore|Fiche]] -- [[.solutions:boyer_moore|Solution]] |
| | * |
| | === Plus difficile === |
| | |
| | * Liste chainée -- [[.solutions:liste|Solution]] |
| | * Pile -- [[.solutions:pile|Solution]] |
| | * Hash md5 [[nsi:tds:cryptographie:hash|Fiche exo]] -- [[.solutions:md5]] |
| | * Génération de nombre premiers [[nsi:tds:cryptographie:get_n_bits_prime|Fiche exo]] -- [[.solutions:prime|Solution]] |
| | * Algorithme de Karatsuba [[nsi:tds:maths:karatsuba|Algorithme de Karatsuba]] -- [[.solutions:karatsuba|Solution]] |
| | |