CompleteGraph[n] creates a complete graph on vertices. An option that takes on the values Directed or Undirected is allowed. The default setting for this option is Undirected.
creates a complete -partite graph of the prescribed shape. The use of to create a complete -partite graph is obsolete; use CompleteKPartiteGraph instead.