Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinesedfan/ac-library-js

JavaScript version of AC(AtCoder) Library
https://github.com/chinesedfan/ac-library-js

algorithms atcoder

Last synced: 20 days ago
JSON representation

JavaScript version of AC(AtCoder) Library

Awesome Lists containing this project

README

        

# ac-library-js

JavaScript version of AC(AtCoder) Library, which is based on v1.4 of [atcoder/ac-library](https://github.com/atcoder/ac-library). The key purposes are fast copy-paste and high performance, so some manners are done intentionally.

For example,

- no bundle recompilation, as well as no requires/no imports & exports/no TypeScript.
- no recursion, which may cause stack overflow.
- no asserts.
- and so on...