Skip to content

Commit

Permalink
Final Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
afroz23 committed Apr 14, 2020
1 parent 39a8e11 commit b6c85f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tree_Preorder_Traversal/Tree_Preorder_Traversal.js.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

//Tree_Preorder_Traversal in javascript
//Tree_Preorder_Traversal in javascript
class Node
{
constructor(data)
Expand Down

0 comments on commit b6c85f4

Please sign in to comment.