Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

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

Revision en1, by noob_master, 2020-01-09 16:57:57

How to form a k-nary tree with x nodes.
Is there any way to find whether a k-nary tree(need not be perfect or complete) which have x nodes exists or not. If exits then how to find it.

Tags tree, #k-d tree, #graph theory

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English noob_master 2020-01-10 09:02:17 7
en3 English noob_master 2020-01-10 09:00:49 61
en2 English noob_master 2020-01-09 16:59:08 18
en1 English noob_master 2020-01-09 16:57:57 233 Initial revision (published)