Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

combination

Solutions to the combination problem.

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

Abacus

A recursive solution to the k-combination problem where 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

Solutions to the combination problem.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages