Skip to content

A small C++ library to encode/decode permutations as integers.

Notifications You must be signed in to change notification settings

edanor/permutations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

permutations

A small C++ library to encode/decode permutations as integers.

This library allows you to take a sequence of 64b integers and represent the sequence as a single, big integer.

The algorithm used is known as Lehmer encoding.

About

A small C++ library to encode/decode permutations as integers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published