Skip to content

Commit 778f88b

Browse files
rabestroJegors Cemisovs
andauthored
[tree-building] Move Record & TreeNode to solution file (#3093)
This is to allow students to make changes to Record and TreeNode as they see fit. --------- Co-authored-by: Jegors Cemisovs <jcemisovs@evolution.com>
1 parent 78889b1 commit 778f88b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/practice/tree-building/.meta/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
],
1212
"files": {
1313
"solution": [
14-
"src/main/java/BuildTree.java"
14+
"src/main/java/Record.java",
15+
"src/main/java/BuildTree.java",
16+
"src/main/java/TreeNode.java"
1517
],
1618
"test": [
1719
"src/test/java/BuildTreeTest.java"
@@ -20,9 +22,7 @@
2022
".meta/src/reference/java/BuildTree.java"
2123
],
2224
"editor": [
23-
"src/main/java/InvalidRecordsException.java",
24-
"src/main/java/Record.java",
25-
"src/main/java/TreeNode.java"
25+
"src/main/java/InvalidRecordsException.java"
2626
],
2727
"invalidator": [
2828
"build.gradle"

0 commit comments

Comments
 (0)