Looking for [25-26] Algorithmique avancée 3 [S4] [SPE] test answers and solutions? Browse our comprehensive collection of verified answers for [25-26] Algorithmique avancée 3 [S4] [SPE] at moodle.esme.fr.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
In an undirected graph, the sum of the degrees of all vertices equals the number of edges.
What is the difference between a directed graph and an undirected graph ?
A graph is made up of two sets. Which ones ?
What is a connected graph ?
Breadth-First Search (BFS) is guaranteed to find the shortest path (in number of edges) in an unweighted graph.
A tree is a connected graph with no cycles.
A directed graph with no cycles is called a DAG (Directed Acyclic Graph).
Where is the minimum value located in a BST ?
Consider the following tree:
20
/ \
10 30
/ \ \
5 15 35Is this a valid BST ?Values 20, 10, 30, 5, 15 are inserted successively into an initially empty BST. Which tree is obtained ?