项目作者: lbwa

项目描述 :
Algorithm fundamentals implemented by JavaScript(TypeScript), Golang.
高级语言: TypeScript
项目地址: git://github.com/lbwa/algorithms.git
创建时间: 2018-12-28T01:22:57Z
项目社区:https://github.com/lbwa/algorithms

开源协议:

下载


Algorithms

test cases

Basic algorithms implementations, written by TypeScript, Golang, Rust.

Test

  • TypeScript

    1. # using pnpm
    2. pnpm t
    3. # Specific test
    4. pnpm t <TEST_DIRECTORY_NAME>
  • Golang

    1. go test ./...
    1. go test ./<SPECIFIC_FOLDER>
    2. # eg, go test ./traversal
    3. # go test ./sorts
  • Rust

    1. cargo t

Further readings