Algorithmique
  • Introduction
  • Problème
  • Valeurs, expressions et variables
  • Enchaînements d'instructions
  • Trace d'exécution d'un algorithme et complexité
  • Tableaux
  • Récursivité
  • Bonnes pratiques de programmation
Algorithmique
  • Docs »
  • Index

Index

A | B | C | D | E | F | I | L | M | N | O | P | R | S | T | V

A

  • affectation
  • algorithme
  • attributs privés

B

  • bool
  • booléen
  • boucle
    • for
    • while

C

  • capacité, [1], [2]
  • chaîne de caractères
  • champs
  • classe
    • problème
  • classe générique

D

  • def
  • doctest

E

  • effet de bord
  • elément
  • encapsulation
  • entier
  • entrée
    • voir paramètre d'entrée
  • entrée-sortie
    • voir paramètre d'entrée-sortie
  • expression

F

  • False
  • file
  • float
  • flottant
  • fonction
    • appel
    • procédure
    • pure
  • fonction pure

I

  • indentation
  • indice
  • input
  • instance
    • problème
  • instruction
  • int
  • itérable

L

  • liste chaînée

M

  • maillon
  • méthode
  • méthode privée
  • méthode publique
  • modularité
  • mutable

N

  • nombre
    • entier
    • flottant
    • à virgule flottante

O

  • objet

P

  • paramètre d'entrée, [1]
  • paramètre d'entrée-sortie, [1]
  • paramètre de sortie, [1]
  • pile
  • portée
  • post-condition
  • pré-condition
  • print, [1]
  • problème
    • classe
    • instance
    • plus général
    • plus spécifique
    • spécification
  • procédure
  • Python

R

  • range
  • refactorer
  • return
  • récursivité

S

  • séquence
  • sortie
    • voir paramètre de sortie
  • spécification
    • problème
  • str
  • structure

T

  • tableau
  • True
  • typage
    • langage dynamiquement typé
    • langage statiquement typé
  • type abstrait
  • type de valeur

V

  • valeur
    • type
  • variable
    • portée
  • variable intermédiaire

© Copyright 2015-2019, Département Informatique Doua - IUT Lyon 1

Built with Sphinx using a theme provided by Read the Docs.