Skip to content

Program will take a command line arguments n. Program that creates all possible sequences of the numbers 1, 2,…, n. For example if n=3 your program should write: 111, 112, 113, 121, 122, 123, 131, 132, 133, 211, 212, 213, 221, 222, 223, 231, 232, 233, 311, 312, 313, 321, 322, 323, 331, 332, 333”

Notifications You must be signed in to change notification settings

schadal1/Sequence-Generator-in-C

Repository files navigation

Sequence-Generator-in-C

Program will take a command line arguments n. Program that creates all possible sequences of the numbers 1, 2,…, n. For example if n=3 program writes: 111, 112, 113, 121, 122, 123, 131, 132, 133, 211, 212, 213, 221, 222, 223, 231, 232, 233, 311, 312, 313, 321, 322, 323, 331, 332, 333”

About

Program will take a command line arguments n. Program that creates all possible sequences of the numbers 1, 2,…, n. For example if n=3 your program should write: 111, 112, 113, 121, 122, 123, 131, 132, 133, 211, 212, 213, 221, 222, 223, 231, 232, 233, 311, 312, 313, 321, 322, 323, 331, 332, 333”

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published