摘要: 背景 在和chatGPT的日常代码交流中,这位“老师”总能给出不不少好代码,以下就是 C++从std::vector类型数据创建二叉树 的完整代码段: TreeNode* createBinaryTree(const std::vector<int>& nodes, int index) { if 阅读全文
posted @ 2023-10-27 15:51 Mr42Sir 阅读(154) 评论(0) 推荐(0)