Skip to content

Datastructures and utility classes specialized for dealing with non-negative integers.

License

Notifications You must be signed in to change notification settings

incaseoftrouble/naturals-util

Repository files navigation

naturals-util

Build Status

Naturals-util is a collection of data-structures and utility methods for dealing with natural numbers, especially with the {0, ..., n} domain. This situation often arises when dealing with indexed or enumerated structures, for example transition systems with enumerated states.

Usage

You can either build the jar using gradle (see below) or fetch it from maven central:

<dependency>
  <groupId>de.tum.in</groupId>
  <artifactId>naturals-util</artifactId>
  <version>0.19.0</version>
</dependency>

Building

Build the project using gradle. All dependencies are downloaded automatically.

$ ./gradlew build

About

Datastructures and utility classes specialized for dealing with non-negative integers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages