Problem

Problem of the Day #39

POTD January 13, 2023
Consider a graph with the following properties:

  1. Every pair of vertices has a path between them with at most 2024 edges.
  2. Every pair of vertices has a path between them with an even number of edges (you can visit the same vertex and travel across the same edge multiple times).

Find the smallest k such that every pair of vertices has a path with an even number of edges which is at most k.


Show/Hide Problem Tags

Problem Tags: Counting and probability Graph theory

Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server