Skip to content

greybutton/computer-science

Repository files navigation

computer-science

Build Status codecov Codacy Badge Dependency Status

My implementation algorithms and data structures

Docker development

Install

docker build -t <image-name:tag> .

docker run --rm -it -v "$PWD":/code <image-name:tag> make install

Test

docker run --rm -it -v "$PWD":/code <image-name:tag> make test

docker run --rm -it -v "$PWD":/code <image-name:tag> make test-coverage

docker run --rm -it -v "$PWD":/code <image-name:tag> make test-watch

About

My implementation algorithms and data structures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •