Skip to content

Latest commit

 

History

112 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parmigiano

This library does finite permutations in Java.

$ make && make run
> (def a 1)
1
> (def b 2)
2
> (def c a)
1
> (a c)
java.lang.IllegalArgumentException: not a cycle
> (b c)
(2 1)
> (c b)
(1 2)
> (def d (b c))
(2 1)
> d
(2 1)
> (d d)
()
> (def e (d d d))
(1 2)

Permutation group:

About

Finite permutations for Java

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages