Learn practical skills, build real-world projects, and advance your career

The Dot Edge Game

The Dot Number of a system of n dots with some number of edges connecting them is the maximum Dot rank of all pairs of different Dots. Given the integer n and the array edges, return the maximal network Dots of the entire System.

project_name = "The Dot Game by Apoorav"# give it an appropriate name
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project=project_name)
[jovian] Updating notebook "apoorvpandey95/the-dot-game-by-apoorav" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/apoorvpandey95/the-dot-game-by-apoorav