Skip to content

Commit

Permalink
commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
afroz23 committed Apr 25, 2020
1 parent b6c85f4 commit a4c623f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tree_Preorder_Traversal/Tree_Preorder_Traversal.js.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BinarySearchTree
return this.root;
}
//function of preorder traversal

preorder(root)
{
if(root != null)
Expand Down Expand Up @@ -95,4 +95,4 @@ Preorder Traversal:
4
6
*/
*/

0 comments on commit a4c623f

Please sign in to comment.