s0101
This commit is contained in:
11
include/s0101_symmetric_tree.hpp
Normal file
11
include/s0101_symmetric_tree.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef S0101_SYMMETRIC_TREE_HPP
|
||||
#define S0101_SYMMETRIC_TREE_HPP
|
||||
|
||||
#include "structures.hpp"
|
||||
|
||||
class S0101 {
|
||||
public:
|
||||
bool isSymmetric(TreeNode* root);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user