Skip to content

chinesedfan/ac-library-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ac-library-js

JavaScript version of AC(AtCoder) Library, which is based on v1.4 of 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...

About

JavaScript version of AC(AtCoder) Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published