.. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist .. _l-puzzlealgo2A: Puzzles algorithmiques ++++++++++++++++++++++ .. toctree:: td_2a_algo ../specials/nb_complet ../specials/problem_solved *Notebooks* .. toctree:: :maxdepth: 2 ../notebooks/_gs2a_puzzle ../notebooks/_gs2a_puzzle_ml Certains sont tirés de plusieurs sites dont `Google Code Jam `_. *Lectures* * `Profiling avec Python `_ * types de complexité : `force brute `_, `glouton `_, `dynamique `_ * :ref:`l-algoculture` * :ref:`l-expose-explication` * `Logique, modèles, calculs (INF 423) `_ * `Notation de Landau `_ * `Edmonds' Blossom Algorithm `_ (`github `_), `Blossom5 `_, `Fast and Simple Algorithms for Weighted Perfect Matching `_ * `La recherche mathématique en mots et en images (CNRS) `_ * `The Traveling Salesperson Problem `_ * `Google Interview University `_: *This is my multi-month study plan for going from web developer (self-taught, no CS degree) to Google software engineer.* * `Cache replacement policies `_ * `Livres techniques en français `_ *Modules* * :ref:`Algorithmes classiques implémentés `