Test Cases & Chat
Part 1
current
Test 1
input:Linear chain: a.com -> page1 -> page2
expect:["http://a.com","http://a.com/page1","http://a.com/page2"]
Test 2
input:Cycle: A -> B -> A
expect:["http://a.com","http://a.com/b"]
Test 3
input:Branching: root -> p1, p2
expect:["http://x.com","http://x.com/p1","http://x.com/p2"]
Test 4
input:Single page, no links
expect:["http://solo.com"]
Part 2
locked
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:Linear chain: a.com -> page1 -> page2
expect:["http://a.com","http://a.com/page1","http://a.com/page2"]
Test 2
input:Cycle: A -> B -> A
expect:["http://a.com","http://a.com/b"]
Test 3
input:Branching: root -> p1, p2
expect:["http://x.com","http://x.com/p1","http://x.com/p2"]
Test 4
input:Single page, no links
expect:["http://solo.com"]
Part 2
locked
Choose your coach
Pick a style and how you want to communicate
then