Skip to content

Commit f9f55e7

Browse files
authored
Move more notebooks (trie, ...) (#57)
* add notebook no trie * fix links * ref
1 parent 4415254 commit f9f55e7

File tree

7 files changed

+1308
-2
lines changed

7 files changed

+1308
-2
lines changed

_doc/c_ml/rappel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Les deux examens suivant illustrent en quoi les arbres de décision
381381
sont intéressants :
382382
`ENSAE TD noté, mardi 12 décembre 2017 <https://sdpython.github.io/doc/teachpyx/dev/practice/exams.html#seances-notees>`_.
383383
Les exercices suivant vous montre un cas concret d'utilisation :
384-
`Arbre et Trie <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/td1a_cenonce_session8.html>`_.
384+
:ref:`Arbre et Trie <nbl-practice-tds-base-trie>`.
385385

386386
Rappels algorithmiques
387387
======================
@@ -539,7 +539,7 @@ Si tous ces rappels vous sont connus, vous devriez être prêt
539539
* :ref:`Tracer une pyramide bigarrée <nbl-practice-tds-base-pyramide_bigarree>`
540540
* :ref:`2048 - stratégie gagnante <nbl-practice-py-base-classes_2048>`
541541
* :ref:`Programmation dynamique et plus court chemin <nbl-practice-tds-algo-plus_court_chemin>`
542-
* `Arbre et Trie <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/td1a_cenonce_session8.html>`_
542+
* :ref:`Arbre et Trie <nbl-practice-tds-base-trie>`
543543
* `Spectral Clustering <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/graph_spectral_clustering.html>`_
544544
* `Décorrélation de variables aléatoires <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/decorrelation.html>`_
545545
* `Challenges algorithmiques <http://www.xavierdupre.fr/app/ensae_projects/helpsphinx/index.html#challenges>`_

_doc/notebook_gallery.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Enoncé - Correction
9191
practice/tds-base/pyramide_bigarree_correction
9292
practice/tds-base/texte_langue
9393
practice/tds-base/texte_langue_correction
94+
practice/tds-base/trie
95+
practice/tds-base/trie_correction
9496
practice/tds-base/variable_boucle_tests
9597
practice/tds-base/variable_boucle_tests_correction
9698

_doc/practice/index_python.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Les exercices suivants fonctionnent par pair énoncé et correction.
8383
tds-base/pyramide_bigarree
8484
tds-base/classes_carre_magique
8585
tds-base/classes_heritage
86+
tds-base/trie
8687

8788
.. toctree::
8889
:maxdepth: 1
@@ -98,3 +99,4 @@ Les exercices suivants fonctionnent par pair énoncé et correction.
9899
tds-base/pyramide_bigarree_correction
99100
tds-base/classes_carre_magique_correction
100101
tds-base/classes_heritage_correction
102+
tds-base/trie_correction

_doc/practice/tds-base/trie.ipynb

Lines changed: 280 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)