code-sotings は自分のオリジナルソートアルゴリズムをコーディングし、動作をグラフで確認できる Web アプリです。 以下リンク先(GitHub Pages)から利用できます。 https://sort.webv.jp
以下コマンドで http://localhost:4000 で利用できます。
git clone git@github.com:yhay81/code-sortings.git
yarn install
npm run dev
ISSUE/PR を歓迎します!
- Fork it ( http://github.com/yhay81/code-sortings/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request