contributed by < TonyLinX >
2025q1 第 1 週測驗題
測驗 1
這段程式碼定義單向 linklist 的 node 以及串列整個 linklist 的 list_t :
#include <stddef.h>
typedef struct list_item {
int value;
struct list_item *next;
Are you sure to leave this team?
Once you delete your team, all team notes will be deleted and cannot be recovered. Please ensure you've exported or transfered these notes.
Enter team name before deleting it:
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up