Giter Site home page Giter Site logo

math-algorithm-book-go's Introduction

math-algorithm-book-go

This repository is personal practices of 問題解決のための「アルゴリズム×数学」が基礎からしっかり身につく本.

The original support site is here.

The tasks in AtCoder are here.

Require

atcoder-tools

Usage

Make

Usage:
        make build DIR=<build_directory>        Run test scripts (Specify the directory).
        make test DIR=<test_directory>          Run test scripts (Specify the directory).
        make submit DIR=<submit_directory>      Run test scripts (Specify the directory).
❯ make build DIR=./src/001
Build directory: ./src/001
[Main Program]
compile command:  go build -o main main.go
Compiling... (command: `go build -o main main.go`)
❯ make test DIR=./src/001
make: Circular test <- test dependency dropped.
Test directory: ./src/001
# in_1.txt ... PASSED 1 ms
# in_2.txt ... PASSED 1 ms
# in_3.txt ... PASSED 1 ms
Passed all test cases!!!

Manual

Compile

atcoder-tools compile

Test

atcoder-tools test

Submit

atcoder-tools submit -u

math-algorithm-book-go's People

Contributors

sadah avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.