/twpoints

計算台灣各種點數之間的最優交換比率(轉換路徑)

Primary LanguagePythonMIT LicenseMIT

台灣紅利點數轉換一覽

計算台灣各種點數之間的最優交換比率(轉換路徑)。 計算是否有任何迴圈會造成無限增長點數? 歡迎大家共筆更新最新匯率

Install on macOS

brew install graphviz

Usage

virtualenv -p python3 venv
source venv/bin/activate
pip install networkx 
pip install matplotlib
python points.py
deactivate

Reference