LeetCode: 682-Baseball Game 解題紀錄
題目
You are keeping score for a baseball game with strange rules. The game consists of several rounds, where the scores of past rounds may affect future rounds' scores.
Read More »LeetCode: 682-Baseball Game 解題紀錄You are keeping score for a baseball game with strange rules. The game consists of several rounds, where the scores of past rounds may affect future rounds' scores.
Read More »LeetCode: 682-Baseball Game 解題紀錄今天在我於 Kaggle 中建立的虛擬環境裡安裝 pytorch-lightning 框架時,遇到了以下問題:
Read More »[已解決] Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.You are given an array of integers stones
where stones[i]
is the weight of the ith
stone.
PyTorch Lightning 是把原生 PyTorch 封裝得更高級的框架套件,就像是 Keras 之於 Tensorflow 一樣(雖然 Keras 能支援的後端我記得是不少的)。
Read More »[PyTorch] pytorch-lightning 套件介紹今天我在一個網路受限的環境中,需要將手機設備的 mac address 登記在 WiFi 設定中好讓自己能夠連上網路...... 但就在我確認自己手機裝置的 mac address 時,我驚訝地發現我的位址是 02:00:00:00:00:00。
Read More »[已解決] Android 手機的 Mac Address 顯示 02:00:00:00:00:00Given a string s
, return true
if the s
can be palindrome after deleting at most one character from it.
Write a function that reverses a string. The input string is given as an array of characters s
.
Given an array nums
which consists of non-negative integers and an integer m
, you can split the array into m
non-empty continuous subarrays.
在我使用 Google 試算表(Google Sheets)記帳的過程中,我會希望我有盈餘的數值是呈現綠色來表示、而虧損的部分則呈現紅色;這樣更能一目瞭然地了解當前的記帳狀況。
Read More »[Google 試算表] 設定在不同的條件下欄位的樣式