Course 4 : 09/17 - Algorithms and Data Models

Course 4 : 09/17 - Algorithms and Data Models

par François Bélisle,
Nombre de réponses : 0

Hey,

Hope you're well !
For week 4, I invite you to do an exercise on algorithms before the course (duration 30 min from the start of the exercise). Note that the exercise is based on the use of a tool like ChatGPT and that you will save time if you already have an account (it is possible not to use an AI tool and to answer according to your knowledge).

I also invite you to think about a solution to the following exercise in the notes : Think about a data structure and an algorithm of a few lines to simulate and display (print) the movements of different types of road users (for example a pedestrian, a cyclist and a private vehicle) with the following parameters:

the movements are one-dimensional
the initial parameters are the position and the speed
the simulation works at discrete time steps of duration Δt: simulate N time steps

Have a good Friday and weekend,

f