Giter Site home page Giter Site logo

atcoder's Introduction

atcoder

学習用リポジトリ

コンテストを解き始める

make init https://atcoder.jp/contests/abc267
# 引数なしの場合、コンテストのURLを入力する
# make init or make

サンプルデータでテストをおこなう

make test
# 過去解いたコンテストを動かす場合、引数にディレクトリを渡す
# ./shell/test.sh contests/atcoder/abc267/a

現在解いている問題の回答を提出する

make solve

解き終わったら、テストデータをmain.goのファイルをcontests配下に移動し、コミットする

make save

問題を新しく解き始める

# B問題に進む場合
make new-b

今解いている問題をブラウザで表示する

make open

TODO:

  • template/main_test.go(.tmpl)をつくる。go generateしたい。
  • ランダムテストの生成
    • ベース作成
    • int対応
    • float対応
    • string対応
      • Fuzzing対応
      • 複数文字列パターン対応
  • modのライブラリを改修する
  • ベクトル系ライブラリ。scrapboxにベースはあるはず
  • suffix arrayを実装しなおす

atcoder's People

Contributors

showa-93 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.