LCP 67
This commit is contained in:
16
include/solution/lcp_67.h
Normal file
16
include/solution/lcp_67.h
Normal 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
|
||||
Reference in New Issue
Block a user