Skip to content

Commit c6c15bd

Browse files
committed
Upd readme
1 parent c4dca1c commit c6c15bd

File tree

1 file changed

+1
-1
lines changed
  • src/test/kotlin/com/igorwojda/tree/classic/levelwidth

1 file changed

+1
-1
lines changed

src/test/kotlin/com/igorwojda/tree/classic/levelwidth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Instructions
88

9-
Given the root node of a tree, return an list where each element is the width of the tree at each level.
9+
Given the root node of a tree, return a list where each element is the width of the tree at each level.
1010

1111
[Challenge](Challenge.kt) | [Solution](Solution.kt)
1212

0 commit comments

Comments
 (0)