我相信,沒有一個人能夠只靠自己的視角,就能夠看到一件事的全貌。每個人都只能看到其視角位置的正面,而留有一些盲點是看不到的。所以我們需要透過每個人去分享其看到的視...
前兩天寫了 0-1 背包和完全背包,這兩種問題的差別是:物品可選取數量的限制。0-1 背包中,單件物品最多拿一次,所以只有取/不取兩種選擇。完全背包中,物品可以...
繼續敵人AI的製作,接下做攻擊的部分
using System.Collections;
using System.Collections.Generic;
u...
Day 6:Filter Elements from Array
Given an integer array arr and a filtering func...
這 14 天以來的文章我們可以練習到
使用 cli 執行 PHPUnit
VSCode 使用 PHPUnit Test Explorer 執行 PHPUnit...
今天先介紹一下discord bot的基礎安裝
套件安裝
最重要的當然是先建置好我們的python環境拉
pip install discord.py
取得自...