Skip to content

Commit 6c7806e

Browse files
authored
Rename retree into satellite (fixes #1451) (#1478)
* Move files * Change words * Bump version to 2.0.0 MAJOR changes should be expected to break even well-behaved test generators. It would be fair to assume that changing an exercise's name would break a test generator. This addresses the proposal made at #1451.
1 parent d264a31 commit 6c7806e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exercises/retree/canonical-data.json renamed to exercises/satellite/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exercise": "retree",
3-
"version": "1.0.0",
2+
"exercise": "satellite",
3+
"version": "2.0.0",
44
"cases": [
55
{
66
"description": "Empty tree",
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
title: "Retree"
2+
title: "Satellite"
33
blurb: "Rebuild binary trees from pre-order and in-order traversals."

0 commit comments

Comments
 (0)