Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinesedfan/ac-library-js
- Owner: chinesedfan
- Created: 2022-09-08T10:35:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T06:52:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T12:42:04.428Z (3 months ago)
- Topics: algorithms, atcoder
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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...