All Projects → atcoder → Ac Library

atcoder / Ac Library

AtCoder Library

Projects that are alternatives of or similar to Ac Library

450 Dsa
450-DSA helps you track your progress in solving 400+ DSA questions and keeps you engaging based on DSA-Cracker Sheet ⚡
Stars: ✭ 301 (-42.12%)
Mutual labels:  competitive-programming
Uva
💌 UVa and other online judege workspace
Stars: ✭ 415 (-20.19%)
Mutual labels:  competitive-programming
T 414 Aflv
T-414-ÁFLV: A Competitive Programming Course
Stars: ✭ 488 (-6.15%)
Mutual labels:  competitive-programming
Competitive Programming
Solutions to problems from various online judges / contest sites.
Stars: ✭ 337 (-35.19%)
Mutual labels:  competitive-programming
Algowiki
Repository which contains links and resources on different topics of Computer Science.
Stars: ✭ 3,886 (+647.31%)
Mutual labels:  competitive-programming
Pyrival
⚡ Competitive Programming Library
Stars: ✭ 463 (-10.96%)
Mutual labels:  competitive-programming
Competitive Programming Resources
Competitive Programming & System Design Resources.
Stars: ✭ 276 (-46.92%)
Mutual labels:  competitive-programming
Python Programs
My collection of Python Programs
Stars: ✭ 518 (-0.38%)
Mutual labels:  competitive-programming
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-24.42%)
Mutual labels:  competitive-programming
Domjudge
DOMjudge programming contest jury system
Stars: ✭ 484 (-6.92%)
Mutual labels:  competitive-programming
Competitive Coding
Templates for Data Structures and Algorithms, written in C, C++ & Python, for Competitive programming competitions
Stars: ✭ 357 (-31.35%)
Mutual labels:  competitive-programming
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+3769.81%)
Mutual labels:  competitive-programming
Cfviz
Visualizes user data from codeforces.com using the official API
Stars: ✭ 472 (-9.23%)
Mutual labels:  competitive-programming
Algowiki
A wiki dedicated to competitive programming
Stars: ✭ 317 (-39.04%)
Mutual labels:  competitive-programming
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (-4.62%)
Mutual labels:  competitive-programming
Competitive Companion
Browser extension which parses competitive programming problems
Stars: ✭ 295 (-43.27%)
Mutual labels:  competitive-programming
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (-15.58%)
Mutual labels:  competitive-programming
Online Judge Solutions
Solutions to ACM ICPC - style problems
Stars: ✭ 529 (+1.73%)
Mutual labels:  competitive-programming
Oj
Tools for various online judges. Downloading sample cases, generating additional test cases, testing your code, and submitting it.
Stars: ✭ 517 (-0.58%)
Mutual labels:  competitive-programming
Competitiveprogramming
A collection of algorithms, data structures and other useful information for competitive programming.
Stars: ✭ 475 (-8.65%)
Mutual labels:  competitive-programming

AC(AtCoder) Library

AC Library is the official library of AtCoder. This repository manages the contents of AC Library.

You may refer to the following links for more details:

The documents of master branch are as follows:

Policy

Our goal of this project is to achieve that

  • every AtCoder users can use this library with minimum efforts of studying about PC
  • maximize convenience for the usage in competitive programming. We completely ignore other usages.
  • no bugs. This is a fantasy, but we pursue this.

By this policy, we ignore some manners of C++ intentionally. For example,

  • we don't use size_t, but use int.
  • Segtree handles function pointers, not functional objects.
  • and so on...

Direction of this project

We haven't decided whether we should increase this library's contents or not because there are pros and cons. If you are interested in this topic, please join the discussion in The Announcement on Codeforces.

For now, we are not planning to add new features, and we use this repository only for

  • collecting issues
  • recording the changelogs
  • versioning our releases

Contributing

We accept issues/PRs only from AtCoder users.

We would appreciate it if you would report our mistakes like a typo, or, more importantly, bugs!

As mentioned above, we haven't decided which way to go. Therefore we close feature requests for now.

Releases

You can view the newest version of AC Library in The Announcement on AtCoder page.

You can also see all versions in The Release page.

License

  • The header files in atcoder folder are licensed under a CC0 license.
  • TODO: We haven't determined the license of other files.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].