Skip to content

Commit

Permalink
Update binary_search_tree.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
liushubin-gitHub committed Jun 25, 2020
1 parent 3e8b19f commit 6b10a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_structures/binary_search_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* \warning This program is a poor implementation - C style - and does not
* utilize any of the C++ STL features.
*/
#include <algorithm> //test code
#include <algorithm> // test code
#include <cassert>
#include <iostream>
/** An struct node type.
Expand Down

0 comments on commit 6b10a56

Please sign in to comment.