Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

How to form a k-nary tree with x child nodes.

Правка en3, от noob_master, 2020-01-10 09:00:49

How to form a k-nary tree with x leaf nodes.
Is there any way to find whether a k-nary tree(every node has either k child or it is a leaf node) which have x leaf nodes exists or not. If exits then how to find it.

Теги tree, #k-d tree, #graph theory

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский noob_master 2020-01-10 09:02:17 7
en3 Английский noob_master 2020-01-10 09:00:49 61
en2 Английский noob_master 2020-01-09 16:59:08 18
en1 Английский noob_master 2020-01-09 16:57:57 233 Initial revision (published)