Yang

@YeeQQ

Joined on Mar 29, 2022

  • 開發環境 lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 39 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 16 On-line CPU(s) list: 0-15 Vendor ID: GenuineIntel Model name: 12th Gen Intel(R) Core(TM) i5-12500H
     Like  Bookmark
  • 第一周測驗 1 整段程式碼是用來測試 list_insert_before() 及 list_size() 函式的正確性 測試 list_insert_before() 是否正確插入節點 測試 list_size() 是否回傳正確的 list 長度 根據函式的語意,list_insert_before 是將新的 item 插入 list 中某個特定的 item 之前,並且當 before 參數指向整個 list 的 head,則會將新的 item 插入在最前面,如果指向 NULL,則插入到 list 的最後面 image alt 程式碼解析
     Like  Bookmark
  • # 2025q1 Homework1 (ideas)
     Like  Bookmark