-
Notifications
You must be signed in to change notification settings - Fork 0
jutzyn/CompleteSet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a temporary mini-program to demo how to get the complete sets of given elements, and the element used in the program is the letter, for examples, if given three element {"a", "b", "c"}, then this program will output as following: { a } { b } { c } { a b } { b c } { a c } { a b c} Which denotes the all subsets of any combination of given elements (a, b, c), the function is implemented as a recursive function. Thanks.
About
To list all subset for given single element group
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published