Git Product home page Git Product logo

atcoder_private_library's Introduction

Atcoder_Private_Library

初めましてnokokenです!
このリポジトリは個人的にAtCoder等の競技プログラミングにて使うと便利そうだなぁと思う物をライブラリ化した物です!
随時更新予定です!

付随している関数

ここではこのライブラリに付随させている関数等のデータ構造について説明します!

・graph_show関数

機能の説明:任意のグラフの要素を展開して表示する関数です!
引数の型について:二次元のvector配列から構成されるグラフを第1引数、そのグラフのノードの数(long long)を第2引数とします!

・ll_pow関数

機能の説明:long long型の累乗を行いたい時に使う関数です!
引数の型について:累乗したい数値(long long)を第1引数、実際に何乗するのかという数値(long long)を第2引数とします!

・n_hex関数

機能の説明:任意のn進数の数字(std::string)を10進数に変換する関数です!
引数の型について:n進数の数字(std::string)を第1引数、その数字が何進数であるか(long long)を第2引数とします!

・S_O_E関数

機能の説明:任意の数字を指定してそれ以下の素数を全てvector配列に列挙して返す関数です!(エラトステネスのふるい)
引数の型について:任意の数字(long long)を第1引数とします!

・divisor_count関数

機能の説明:任意の数字を指定して約数の個数を返す関数です!
引数の型について:任意の数字(long long)を第1引数とします!

・divisor_column関数

機能の説明:任意の数字を指定して約数を列挙し一次元のvectorで返す関数です!
引数の型について:任意の数字(long long)を第1引数とします!

atcoder_private_library's People

Contributors

nokoken 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.