LeetCode: 1857-Largest Color Value in a Directed Graph 解題紀錄
題目
There is a directed graph of n
colored nodes and m
edges. The nodes are numbered from 0
to n - 1
.
There is a directed graph of n
colored nodes and m
edges. The nodes are numbered from 0
to n - 1
.
一直以來,我在透過 VS Code 連接到公司遠端伺服器開發時,都會遇到 Python 在編輯器中無法幫忙自動補完(auto-complete)的問題。但說也奇怪,我在安裝 Jupyter Notebook 擴充套件後在 .ipynb 的檔案中自動補完就很正常,所以我也一直不以為意。
Read More »[已解決] VS Code 在連接到遠端伺服器中 Python 自動補完(autocomplete)失效Given an integer array nums
, return the number of subarrays filled with 0
.
You have a long flowerbed in which some of the plots are planted, and some are not. However, flowers cannot be planted in adjacent plots.
Read More »LeetCode: 605-Can Place Flowers 解題紀錄在閱讀一些大神所寫的 Python 原始碼的過程中,想必偶爾會見到 functools.partial
的使用,而直觀上,這個函式的意義似乎並不是那麼好理解。那麼,partial()
函式的功用究竟是什麼呢?
今天我想要久違地使用 ChatGPT 幫我重新建構我以前寫的音樂播放器,但是因為私心想要使用開源免費的 PySide6 來取代當初使用的 PyQt5 模組,所以嘗試著在筆電上重新安裝了 PySide6 套件。
Read More »[已解決] pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPoolGiven an array arr
of positive integers sorted in a strictly increasing order, and an integer k
.
Return the kth
positive integer that is missing from this array.
前一陣子,我在研究如何使用 Transformer 強化學習 (Transformer Reinforcement Learning, TRL) 這一技術/套件時,我跑官方的腳本會出現一個關於 numpy 的錯誤。其錯誤訊息如下:
Read More »[已解決] module 'numpy' has no attribute 'item'Read More »[Linux] 使用 `pygmentize` 或 `highlight` 來顯示、印出帶有顏色的文件內容「我大部分的上班時間都用來找一些讓 Linux 終端機顯示得更漂亮的工具,
反正老闆看了也只會覺得我很厲害要有美觀的介面才能提高生產力!」 —— 愛貓工程師