Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
br80 authored Jun 11, 2019
1 parent fd2fce0 commit 8962777
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/ancestor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8962777

Please sign in to comment.