gpt4 book ai didi

c - 二叉树实现

转载 作者:太空宇宙 更新时间:2023-11-04 02:58:23 25 4
gpt4 key购买 nike

<分区>

我似乎遇到了段错误,似乎错误来自对 tra 的调用,但我看不出我编写的代码到底出了什么问题。真的没有头绪,有人想给我提示吗?非常感谢。

struct node *tra(struct node * start) {
struct node * current = start;
return current; }

Table ins(Key_Type input, Table table) {
if ((find(input, table)) == FALSE) {
struct node *newVal = tra(table -> head, input);
newVal -> element = input;

我已经定义了一个结构节点,它包含头、左和右元素。我确信当 tra 为 null 时它会返回 current,因为我创建的树一开始是空的,所以所有节点都是空的。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com