mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-16 11:02:09 +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;
|
||||
}
|
||||
|
||||
@@ -82,5 +82,6 @@ int main() {
|
||||
res = twoSumHashTable(nums, sizeof(nums) / sizeof(int), target, &returnSize);
|
||||
printf("方法二 res = ");
|
||||
printArray(res, returnSize);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user