Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Breadth First Tree Traversal: Let traverseLevel return early if node is null#878

Merged
raklaptudirm merged 1 commit intoTheAlgorithms:masterfrom
Worldwidebrine:patch-1
Jan 24, 2022
Merged

Breadth First Tree Traversal: Let traverseLevel return early if node is null#878
raklaptudirm merged 1 commit intoTheAlgorithms:masterfrom
Worldwidebrine:patch-1

Conversation

@Worldwidebrine
Copy link
Contributor

Breadth First Tree Traversal:

  • Let traverseLevel return early if node is null
  • Replace node == null with node === null

@raklaptudirm raklaptudirm merged commit 31b06c9 into TheAlgorithms:master Jan 24, 2022
@Worldwidebrine Worldwidebrine deleted the patch-1 branch January 24, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants