mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-25 19:22:27 +08:00
Fine tune the C codes.
This commit is contained in:
@ -142,5 +142,6 @@ int main() {
|
||||
if (node)
|
||||
printf("目标节点值 3 的对应节点对象为 %#p val: %d\r\n", node, node->val);
|
||||
deleteAll(ht1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user