Answer. The number of edges meeting it.
A loop counts 2, since both of its ends are at the same vertex.
Original questions written at exam standard. Work each one before you open the solution.
Answer. The number of edges meeting it.
A loop counts 2, since both of its ends are at the same vertex.
Answer.
A tree with vertices has exactly edges. One more would create a cycle; one fewer would disconnect it.
Answer.
The degrees sum to 12, and the handshaking lemma gives edges.
Answer. Add edges in increasing order of weight, skipping any that would create a cycle, until are chosen.
It builds up from scattered fragments, so a cycle check is needed at every step.
Answer. Float 4; not critical.
Float LS ES . Only zero-float activities are critical.
Answer. The sum of all degrees must be even, so odd degrees must occur in pairs.
The handshaking lemma makes the total twice the number of edges. Three odd values would sum to an odd number.