方向控制:flex-direction
決定項目的排列方向
水平排列(預設):
.flex-row {
display: flex;/* 啟用 Fle...
Reorder List (LeetCode 143)
thoughts
將鏈表重新排序:L0 → Ln → L1 → Ln-1 → …
步驟:
找到中點...
Lowest Common Ancestor of a Binary Search Tree
thoughts
BST 性質:左子樹 < root &l...
Palindrome Linked List - leetode 234
thoughts
判斷一個單向鏈結串列是否為迴文(palindrome)。
E...
▍程式碼
# views.py
@app.route('/submit_quiz', methods=['POST'])
def submit_quiz():...
▍程式碼
<!-- quiz.html -->
<!-- 顯示結果 -->
<div>
<div >...