Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.69 KB

INSAlgo trainings 2020

INSAlgo 2020-2021 lectures and exercises of our weekly sessions. For your own good, don't read the solution to problems you haven't tried to solve yet.

You can propose your own solutions for missing or improvable ones !

Most slides are inspired by 2018 lectures by Louis Sugy/Nyrio, credits to him !

Index

  • Week 01 06/10/20 : Discovering Python
  • Week 02 13/10/20 : Algorithm complexities
  • Week 03 20/10/20 : Codingame session, no lecture
  • Week 04 03/11/20 : Data structures
  • Week 05 10/11/20 : Dynamic programming
  • Week 06 17/11/20 : DP cont'd
  • Week 07 24/11/20 : Battledev training, no lecture
  • Week 08 01/12/20 : Introduction to graphs
  • Week 09 08/12/20 : Djikstra algorithm
  • Week 10 15/12/20 : Minimum spanning trees
  • Week 11 05/01/21 : Tries
  • Week 12 12/01/21 : Exercises
  • Week 13 02/02/21 : Python standard library
  • Week 14 09/02/21 : Google Hash Code training 1/2
  • Week 15 23/02/21 : Google Hash Code training 2/2
  • Week 16 02/03/21 : SWERC training
  • Week 17 09/03/21 : CodinGame & chill
  • Week 18 16/03/21 : Genetic algorithms 1/2 : Recreating an image
  • Week 19 23/03/21 : Genetic algorithms 2/2 : Traveling salesman
  • Week 20 30/03/21 : Flow algorithms
  • Week 21 06/04/21 : Machine learning
  • Week 22 27/04/21 : Geometry 1/3 : Convex hulls 1/2
  • Week 23 04/05/21 : Geometry 2/3 : Convex hulls 2/2
  • Week 24 11/05/21 : Coding Escape
  • Week 25 18/05/21 : CodinGame & chill
  • Week 26 25/05/21 : Geometry 3/3 : Fractals