# Quickly create a template file by command
# options: [-a/--author | -h/--help | -l/--lang(language) | -v/--version]
# default: -a=lencx -l=js
# directory name: use underscore
./new [-ahlv] directory_name
GitHub上のドキュメントをスライド化しています
https://github.com/lencx/algorithms/master/README.mdを参照しています。
# Quickly create a template file by command
# options: [-a/--author | -h/--help | -l/--lang(language) | -v/--version]
# default: -a=lencx -l=js
# directory name: use underscore
./new [-ahlv] directory_name
# rust
cargo test
# js
# see: https://github.com/avajs/ava
# npm run test [--tap]
yarn test [--tap]
rust test: cargo test
Difficulty(难度): Easy(简单)
Medium(中等)
Hard(困难)
1
Easy
3
Longest Substring Without Repeating Characters
Medium