演算法與資結:泡沫排序(Bubble Sort)
泡沫排序的code:
下圖為編譯結果:
這次嘗試將code放到GitHub過程:
step 1:安裝git
連結(https://gitbook.tw/chapters/environment/install-git-in-mac.html)中建議如果是開發人員,應選用Homebrew。
step 2:如果是全新專案,去GitHub開新repo & 設定ssh key,見連結:https://blog.jaycetyle.com/2018/02/github-ssh/
step 3:連結(https://gitbook.tw/chapters/github/push-to-github.html)中分為「全新專案」或「既有專案」進GitHub
注意:macOS中需將「echo "# Algorithm And Data Structure Practices” > README.md」改成 => 「touch README.md」,之後開檔案打上「# Algorithm And Data Structure Practices」。
下圖是既有專案加入檔案:
留言
張貼留言