From 8962777301193aa92f5a60299ddff6e193a3be77 Mon Sep 17 00:00:00 2001 From: Brady Date: Mon, 10 Jun 2019 20:08:43 -0400 Subject: [PATCH] Update README.md --- projects/ancestor/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/ancestor/README.md b/projects/ancestor/README.md index af3ae3112c..2f6a1ff60b 100644 --- a/projects/ancestor/README.md +++ b/projects/ancestor/README.md @@ -39,10 +39,10 @@ Example output 10 ``` -Clarifications -The input will not be empty. -There are no cycles in the input. -There are no "repeated" ancestors – if two individuals are connected, it is by exactly one path. -IDs will always be positive integers. -A parent may have any number of children. +Clarifications: +* The input will not be empty. +* There are no cycles in the input. +* There are no "repeated" ancestors – if two individuals are connected, it is by exactly one path. +* IDs will always be positive integers. +* A parent may have any number of children.