Potassium-chromate

@Potassium-chromate

Joined on Sep 24, 2024

  • contributed by < Potassium-chromate > 第一周 測驗一 程式碼運作原理 list_insert_before 的具體用途為將 item 插入到 before 前面。具體方式為持續遍歷鍊結串列直到遇到 before ,接著把 before 前一個節點的 next 指向 item。 static inline void list_insert_before(list_t *l, list_item_t *before, list_item_t *item)
     Like  Bookmark
  • contributed by Potassium-chromate 開發環境 $ gcc --version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 $ lscpu eason@eason-System-Product-Name:~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit
     Like  Bookmark
  • # 2025q1 Homework1 (ideas)
     Like  Bookmark