项目作者: lencx
项目描述 :
🤖 Data structure and algorithms
高级语言: Shell
项目地址: git://github.com/lencx/data-structure-and-algorithms.git
Data Structure And Algorithms
# 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
Test
# rust
cargo test
# js
# see: https://github.com/avajs/ava
# npm run test [--tap]
yarn test [--tap]
Problemset
- rust test:
cargo test
- Difficulty(难度): Easy(简单) | Medium(中等) | Hard(困难)