Skip to content

vicshi94/possible-largest-diameter-of-a-simple-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Solving the possible largest diameter of a simple undirect graph

Given a simple graph $G$ with $N$ nodes and $E$ edges. What is its possible largest diameter?

I suggest:

$D=\lceil{N+1-\frac{3+\sqrt{8E-8N+9}}{2}}\rceil$

About

Solving the possible largest diameter of a simple undirect graph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published