2.10 Trees

Leaves


  1. What is the largest possible number of vertices in a tree whose vertices are all leaves?
    Exercise 1

  2. What is the smallest possible number of leaves in a tree with 99 vertices?
    Exercise 2

  3. What is the largest possible number of leaves in a tree with 99 vertices?
    Exercise 3

  4. What is the largest possible number of leaves in a forest with 1000 vertices?
    Exercise 4