Create TreeNode.hpp

我这边显示INT_MAX未定义
This commit is contained in:
qualifier1024 2022-11-28 00:54:47 +08:00 committed by GitHub
parent c1d2e0de09
commit 8e1658a650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
*/
#pragma once
#include<climits>
/**
* @brief Definition for a binary tree node
*