Project | Team | Time | XP | Description |
---|---|---|---|---|
ready_set_boole | Solo | 10days | 7000 | Discover the way computers work mathematically. |
matrix | Solo | 10days | 7000 | Vectors and matrices, basically. |
ft_kalman | Group 1-2 | 210h | 16800 | For this project, you will need to create a Kalman filter to retrace a trajectory with incomplete and flawed information. |
computorv1 | Solo | 49h | 4200 | This project is the first in a series that aims to make you rekindle with maths. They will be quite useful - not to say essential - for numerous projects to come. |
computorv2 | Solo | 147h | 9450 | This project is the first of a series to renew your relationship to mathematics, it will be very useful, essential even, for many more projects. |
pie title XP for maths projects
"ready_set_boole" : 7000
"matrix" : 7000
"ft_kalman" : 16800
"computorv1" : 4200
"computorv2" : 9450
pie title required time for maths projects
"ready_set_boole" : 240
"matrix" : 240
"ft_kalman" : 210
"computorv1" : 49
"computorv2" : 147
flowchart LR
0(maths) --240h, 7000XP--> A((matrix))
B((ft_kalman)):::group
A --210h, 16800XP --> B
0 --240h, 7000XP--> E((ready_set_boole))
0 --49h, 4200XP--> C((computorv1)) -- 147h, 9450XP --> D((computorv2))
classDef group fill:#f96