This commit is contained in:
2025-03-25 20:27:05 +08:00
parent cbd9bd31a9
commit a89bec24e9
3 changed files with 107 additions and 0 deletions

16
include/solution/lcp_67.h Normal file
View File

@@ -0,0 +1,16 @@
//
// Created by xfj12 on 2025/3/25.
//
#ifndef LCP_67_H
#define LCP_67_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <TreeNode.h>
struct TreeNode *expandBinaryTree(struct TreeNode *root);
#ifdef __cplusplus
}
#endif
#endif // LCP_67_H