Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

combination

Combinatoric algorithms.

abacus

A recursive algorithm to enumerate combinations, i.e.

Enumerate all possible combinations of k integers between 1 and n.

The underlying data structure is an abacus of length n with k beads. The abacus is recursively truncated while beads are moved sequentially to the right.

About

Combinatoric algorithms.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages