學習資源
https://labuladong.online/algo/data-structure-basic/hashtable-with-linked-...
定時變換姿勢與活動伸展
只要長時間維持同一個姿勢,不管是坐著還是睡覺,其實都會讓腰椎變僵硬。我自己就曾經在冬天剛起床時,因為突然打個噴嚏就閃到腰。從那之後,我就...
Serialize and Deserialize Binary Tree (Tree)
LC 297 題意
設計演算法將一棵二元樹「序列化(Serializ...
指標與結構體(常見模式)typedef struct {int id;char *name;} Person;
Person *new_person(const...
Day 14 RWD 設定:手機版、平板版調整
今天的核心工作是讓網站在不同裝置上都能保持良好的使用體驗,正式進入RWD(Responsive Web Desi...
tldr: javascript的基本語法,包括變數宣告、判斷式、迴圈等等。
基本規則
特性:
Case-Sensitive (大小寫會影響名稱)
st...