Skip to content

JoshuaMoelans/PermutationsWithRepetitionCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Permutations With Repetition calculator

Made by Joshua Moelans for the Machines and Computability Course @UAntwerpen

How to use

The program takes 2 arguments, in the following order:

  • string array || example: (a,b,c)
  • length of permutation || example: 2

Example in- and output

./program.o (a,b,c,d) 2

gives us this output

(a,a)  (a,b)  (a,c)  (a,d)  (b,a)  (b,b)  (b,c)  (b,d)  (c,a)  (c,b)  (c,c)  (c,d)  (d,a)  (d,b)  (d,c)  (d,d)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published