Skip to content

Commit

Permalink
Move more notebooks (trie, ...) (#57)
Browse files Browse the repository at this point in the history
* add notebook no trie

* fix links

* ref
  • Loading branch information
xadupre authored Jan 5, 2024
1 parent 4415254 commit f9f55e7
Show file tree
Hide file tree
Showing 7 changed files with 1,308 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _doc/c_ml/rappel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Les deux examens suivant illustrent en quoi les arbres de décision
sont intéressants :
`ENSAE TD noté, mardi 12 décembre 2017 <https://sdpython.github.io/doc/teachpyx/dev/practice/exams.html#seances-notees>`_.
Les exercices suivant vous montre un cas concret d'utilisation :
`Arbre et Trie <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/td1a_cenonce_session8.html>`_.
:ref:`Arbre et Trie <nbl-practice-tds-base-trie>`.

Rappels algorithmiques
======================
Expand Down Expand Up @@ -539,7 +539,7 @@ Si tous ces rappels vous sont connus, vous devriez être prêt
* :ref:`Tracer une pyramide bigarrée <nbl-practice-tds-base-pyramide_bigarree>`
* :ref:`2048 - stratégie gagnante <nbl-practice-py-base-classes_2048>`
* :ref:`Programmation dynamique et plus court chemin <nbl-practice-tds-algo-plus_court_chemin>`
* `Arbre et Trie <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/td1a_cenonce_session8.html>`_
* :ref:`Arbre et Trie <nbl-practice-tds-base-trie>`
* `Spectral Clustering <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/graph_spectral_clustering.html>`_
* `Décorrélation de variables aléatoires <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/notebooks/decorrelation.html>`_
* `Challenges algorithmiques <http://www.xavierdupre.fr/app/ensae_projects/helpsphinx/index.html#challenges>`_
Expand Down
2 changes: 2 additions & 0 deletions _doc/notebook_gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Enoncé - Correction
practice/tds-base/pyramide_bigarree_correction
practice/tds-base/texte_langue
practice/tds-base/texte_langue_correction
practice/tds-base/trie
practice/tds-base/trie_correction
practice/tds-base/variable_boucle_tests
practice/tds-base/variable_boucle_tests_correction

Expand Down
2 changes: 2 additions & 0 deletions _doc/practice/index_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Les exercices suivants fonctionnent par pair énoncé et correction.
tds-base/pyramide_bigarree
tds-base/classes_carre_magique
tds-base/classes_heritage
tds-base/trie

.. toctree::
:maxdepth: 1
Expand All @@ -98,3 +99,4 @@ Les exercices suivants fonctionnent par pair énoncé et correction.
tds-base/pyramide_bigarree_correction
tds-base/classes_carre_magique_correction
tds-base/classes_heritage_correction
tds-base/trie_correction
280 changes: 280 additions & 0 deletions _doc/practice/tds-base/trie.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit f9f55e7

Please sign in to comment.