Write-Up 好記性不如爛筆記

Pointer & Array

Pointer & Array

Funtion Pointer

Function Pointer

Perception Learning Algorithm (PLA) 感知機

PLA 演算法應該可以說是機器學習的class 101

Git備忘錄

Git-分支-利用分支進行開發的工作流程

LeetCode AddTwoNumbers

Example

Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
Output: 7 -> 0 -> 8
Explanation: 342 + 465 = 807.