Divisor Graph Width
For a positive integer create a graph using its divisors as vertices. An edge is drawn between two vertices if their quotient is prime. The graph can be arranged into levels where vertex is at level and vertices that are a distance from are on level . Define to be the maximum number of vertices in a single level.
The example above shows that . You are also given .
Find the smallest number, , such that .
约数图宽度
对于正整数,以其约数为顶点构造图。若两个顶点的商是质数,则连接这两个顶点。该图可以分成多层,其中顶点在第层,而距离的距离为的顶点则位于第层。记为该图中任意一层的顶点数的最大值。
如上所示可知。已知。
求最小的、满足的。
Gitalking ...