Albert Cheese

@cheezad

Joined on Jan 18, 2023

  • 執行人: popo8712 專題解說錄影 contributed by < cheezad > Reviewed by ChenFuhuangKye 可以在開發過程中注記 git commmit 資訊。 開發環境 $ gcc --version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
     Like  Bookmark
  • contributed by < cheezad > 測驗題改進 〈因為自動飲料機而延畢的那一年〉 第八篇,作者提到: 一項產業進步的速度,很大程度取決於做實驗修正問題的速度 這幾個禮拜在做作業時,發現自己有很大的時間在想要怎麼證明我這麼做確實有改進到程式。作業二中原本預期用 random pivot 會比 median of three 好,但是自己實驗只有測試一組數據,因此要再找時間重新設計一個多次比較的腳本並用 gnuplot 把數據視覺化出來。
     Like  Bookmark
  • contributed by < cheezad > Week 1 Problem 1 Code analysis and explanation node_t contains left and right node forming into a doubly-linked list. next is used to point to the next doubly-linked list. long value is used to store the value of the current node. typedef struct __node { struct __node *left, *right; struct __node *next;
     Like  Bookmark
  • contributed by < cheezad >
     Like  Bookmark