倒數第五天,再堅持一下終點就在不遠處(累...前面學習完Binary Search(二分法搜尋),再來看一下Cyclic Sort(循環排序)吧!
什麼是循環排...
145. Binary Tree Postorder Traversal
tags: Easy、Tree
Given the root of a binary...
121. Best Time to Buy and Sell Stock
題目描述
給定一個陣列 prices,其中 prices[i] 表示某支股票在第 i...
前言
本日進度:
[x] 6 題 general skills
[ ] 第一堂課比較簡單就拆兩次看就好,【成大資安社社課】手把手Python教學 --- 從入...
題目
2028. Find Missing Observations難度: 中等但異常簡單
題意
有m+n個六面骰子,給定長度m的整數陣列rolls,代表前m個...
572. Subtree of Another Tree
tags: Easy、Tree
Given the roots of two binary tree...