thwuedwin

@thwuedwin

Joined on Feb 18, 2025

  • contributed by < thwuedwin > 開發環境 $ gcc --version gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ lscpu
     Like  Bookmark
  • contributed by < thwuedwin > 第 1 週測驗一 程式碼運作原理分析 這個測驗主要考察對指標操作的熟練度。目標是實作 list_insert_before 函式,它的功能是在鏈結串列中找到指定的節點 before,並將 item 插入到它的前面。 該函式會接收以下參數: l:指向鏈結串列的指標 before:目標節點 item:要插入的節點
     Like  Bookmark
  • contributed by < thwuedwin >
     Like  Bookmark