Final Commit
This commit is contained in:
@@ -6,6 +6,8 @@ Guillaume MARTIN - Master Internet Of Things - 2023/2024
|
||||
|
||||
This report presents all the contributions to the TD exercises and explain the design, tests and evaluation of the solutions.
|
||||
|
||||
All the code is available on the following git repository: [https://https://git.margui.fr/margui/UE6-Mobilities_And_Smart_Cities](https://git.margui.fr/margui/UE6-Mobilities_And_Smart_Cities).
|
||||
|
||||
During the course, we shared code and ideas between students, but the final solutions are personal. I mostly have exchanged with the following students on the Make Change exercise:
|
||||
|
||||
- Killian Maxel
|
||||
@@ -342,7 +344,6 @@ The `remove_transitive_closure` function removes transitive relationships from a
|
||||
5. Return Modified Matrix:
|
||||
- Once no more modifications are possible, indicating that all transitive relationships have been removed, the function returns the modified `matrix` with only direct relationships remaining.
|
||||
|
||||
|
||||
### TD4 - Slide 22 - Computing Node Ordering Based on Distance from a Specific Node
|
||||
|
||||
In this exercise, we are ask to compute the list of nodes ordered in the ascending order of distances to a particular node.
|
||||
|
||||
Reference in New Issue
Block a user