We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6cab commit c16f481Copy full SHA for c16f481
src/test/kotlin/com/igorwojda/tree/classic/traversal/Challenge.kt
@@ -98,7 +98,7 @@ private data class BinaryNode<E : Comparable<E>>(
98
)
99
100
/*
101
-We can use queue as helper class to implement breath first traversal. This is not the most optimal queue implementation,
+Queue can be used as helper class to implement breath first traversal. This is not the most optimal queue implementation,
102
however it's enough for this task. Check "Queue challenge" solution for more details and more efficient queue
103
implementation.
104
*/
0 commit comments