Skip to content

amiast/cpp-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-utility

A collection of useful C++20 data structures and algorithms for AtCoder (and AtCoder-like platforms).

Warning

This repository is under construction.

  • Some header files lack sufficient documentation.

  • Deprecated or unused headers have been moved to the legacy directory.

Installation

  1. Create a directory for your C++ source files.

  2. Download the kotone directory and place it in the same directory as your C++ files.

  3. When compiling with g++, use the -I . option to include the library. For example:

    g++ main.cpp -std=c++20 -I .

Using the AtCoder Library

Some headers in this library depend on the AtCoder Library (ACL). To use these components:

  1. Download the atcoder directory from the ACL repository.

  2. Place it in the same directory as your C++ files.

Refer to the official ACL documentation for more details.

About

A collection of useful C++ data structures for AtCoder contests.

Resources

Stars

Watchers

Forks

Languages