Best design (between two options) of unload function for CS50 speller (in C)

前端 未结 0 583
刺人心
刺人心 2020-12-07 01:56

The program loads a dictionary into a linked list hash table. Unload function is supposed to free the memory. Before the function we have this:

node *table[N]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题