Блог пользователя mayank0802

Автор mayank0802, история, 5 лет назад, По-английски

How many different trees can be formed with N nodes?? I read somewhere it is N ^ (N — 2), But doesn't find any proof? May anyone elaborate how it is N ^ (N — 2).

  • Проголосовать: нравится
  • -7
  • Проголосовать: не нравится

»
5 лет назад, # |
Rev. 2   Проголосовать: нравится -18 Проголосовать: не нравится

Is this formula is approximation??

»
5 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

This problem solution "number of spanning trees in labeled complete graph is $$$n^{n-2}$$$", is called Cayley's Formula, which is famous in graph theory field.

There is a famous proof by Heinz Prüfer (1918) which uses Prüfer Code. But we can able to count number of spanning trees in any undirected simple graph $$$G$$$ via determinant of matrix. This way is called Kirchhoff's Theorem.