Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions exercises/pov/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"exercise": "pov",
"version": "1.1.0",
"version": "1.1.1",
"cases": [{
"description": "Reroot a tree so that its root is the specified node.",
"comments": [
"In this way, the tree is presented from the point of view of the specified node.",
"The input trees used here are those in the `trees` section of this file.",
"",
"If appropriate for your track, you may test that the input tree is not modified.",
"",
Expand Down Expand Up @@ -308,9 +307,7 @@
"comments": [
"A typical implementation would first reroot the tree on one of the two nodes.",
"",
"If appropriate for your track, you may test that the input tree is not modified.",
"",
"The trees used here are those in the `trees` section of this file."
"If appropriate for your track, you may test that the input tree is not modified."
],
"cases": [
{
Expand Down