From 72dc9cc27489ca3657b9dad4781a8fa9035593bb Mon Sep 17 00:00:00 2001 From: Farbod Fooladi <65283965+farbodfld@users.noreply.github.com> Date: Sun, 7 Aug 2022 22:38:07 +0430 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59312cc..3d0697e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Printing the graph line by line but in alphabetical order Print the graph line by line but in alphabetical order according to the following description in the output. + First, print the name of the highest member and then his children in alphabetical order. + Then for those children, print their children in alphabetical order. + And don't print anything for someone who doesn't have children.