Skip to content

Commit

Permalink
Upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwojda committed Jul 22, 2023
1 parent c6c15bd commit 48b6cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private data class BinaryNode<E : Comparable<E>>(
)

/*
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,
however it's enough for this task. Check "Queue challenge" solution for more details and more efficient queue
implementation.
*/
Expand Down

0 comments on commit 48b6cab

Please sign in to comment.