# Algorithms and data structures by examples in Python ```{toctree} :hidden: 01_intro_en 01_intro_fr 02_ds_en 099algo_map ``` ## Why do I write this series Trop de tutoriels se baladent sur Internet avec toutefois une ressemblance assez frappante. Soit il sont trop basiques, soit ils présument que les auditeurs sont tous des génies en informatique. So many tutorials on the Internet sharing nevertheless a striking characteristic: either too simple or too "user-friendly", as illustrated by the following figure. ![](img/index/2021-04-12-22-14-59.png) I'm that Youtube guy coming to your rescue. ![](img/index/2021-04-12-22-15-43.png) Enjoy! - [1. Algorithm or many ways of solving a problem 🇬🇧](./01_intro_en) - [1. Algorithme ou plusieurs façons de résoudre un problème 🇫🇷](01_intro_fr) - [2. Data structures or many ways of organizing your stuff 🇬🇧](02_ds_en) - [APPENDIX: Cheatsheet of algorithms and data structures 🇫🇷 🇬🇧](099algo_map)