What is the smallest accurate big-oh notation for finding


Question :

What is the smallest accurate big-Oh notation for finding an optimal tour for a travelling sales person problem on a graph with with V vertices (nodes) and E edges (arcs) ?

(a) O(1)

(b) O(V)

(c) O(V log V)

(d) O(V 2 )

(e) O(V!)

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: What is the smallest accurate big-oh notation for finding
Reference No:- TGS02926278

Expected delivery within 24 Hours