<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>algorithmes essentiels :: allophysique</title>
    <link>/python_avance/algos/index.html</link>
    <description>calculer&#xD;multiplier, diviser, recherche du PGCD&#xD;recherche&#xD;algorithme de recherche séquentielle et dichotomique, comparer des valeurs&#xD;trier&#xD;tri par selection, tri par insertion</description>
    <generator>Hugo</generator>
    <language>fr</language>
    <atom:link href="/python_avance/algos/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>calculer</title>
      <link>/python_avance/algos/page1/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/python_avance/algos/page1/index.html</guid>
      <description>multiplier, diviser, recherche du PGCD</description>
    </item>
    <item>
      <title>recherche</title>
      <link>/python_avance/algos/page2/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/python_avance/algos/page2/index.html</guid>
      <description>algorithme de recherche séquentielle et dichotomique, comparer des valeurs</description>
    </item>
    <item>
      <title>trier</title>
      <link>/python_avance/algos/page3/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/python_avance/algos/page3/index.html</guid>
      <description>tri par selection, tri par insertion</description>
    </item>
    <item>
      <title>TP boucles non bornées</title>
      <link>/python_avance/algos/page4/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/python_avance/algos/page4/index.html</guid>
      <description>TP4: algorithmes essentiels Editeur Python Au choix, utilisez:&#xA;un notebook. Dans une même cellule: Saisir une ou plusieurs lignes de code Python, puis appuyer simultanement sur Majuscule(Shift) + Entrée pour executer le code.&#xA;l’editeur Pyzo: Mettre ## avant chaque script pour créer une cellule. Executer la cellule et passer à la suivante avec MAJ+CTRL+ENTREE.</description>
    </item>
    <item>
      <title>TP algos de recherche</title>
      <link>/python_avance/algos/page5/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/python_avance/algos/page5/index.html</guid>
      <description>Revision d’algorithmes fondamentaux Nous allons revoir les algorithmes classiques suivants:&#xA;Recherche du maximum Recherche du minimum Calculer la moyenne d’un tableau La recherche en table On va commencer par créer une liste de nombre aléatoires pour y appliquer nos algorithmes.&#xA;# ceci est une cellule de code # Rappel: appuyez sur CTRL+ENTER pour l&#39;éxecuter import random # On crée une liste de 51 entiers entre 0 et 50 ma_liste = [i for i in range(51)] # On la mélange random.shuffle(ma_liste) ma_liste Vous allez maintenant implémenter les algorithmes suivants. Utilisez les spécifications de ces algorithmes lorsqu’elles sont indiquées.</description>
    </item>
  </channel>
</rss>