dev.sahasrad.comp-prog : v1.0.1
Competitive programming library for Java with Data Structures, I/O, and Math operations optimized for both runtime and typing efficiency.
Note: External libraries are not allowed in many competitions. This library is geared toward training efficiency.
Download ZIPUnique Downloads: 0
Must be compatible with the Maven Central Repo. Examples for Maven and Gradle are shown below.
<dependency>
<groupId>dev.sahasrad</groupId>
<artifactId>comp-prog</artifactId>
<version>1.0.1</version>
</dependency>
implementation group: 'dev.sahasrad', name: 'comp-prog', version: '1.0.1'
A ZIP file of the dependency JARs is provided for download above and on the most recent GitHub release.
Extract comp-prog-VERSION.zip and add the created comp-prog-VERSION folder as a project library in your IDE.
Navigate to File > Project Structure > Modules > Dependencies
You can either add the comp-prog-VERSION folder as a dependency directory:
Or add the directory as a library and manually assign the Classes, Sources, and JavaDoc JAR files.
Both methods should produce the same result.
If you want to import the library without documentation, only add comp-prog-VERSION.jar as a dependency.