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 c6c15bd commit 48b6cabCopy full SHA for 48b6cab
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 most optimal queue implementation,
+We can use queue 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