Skip to content

molanjad2011/Number.of.subsets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Usage

python subsets.py

Then enter numbers separated by commas:

Enter numbers separated by commas: 1, 2, 2, 3

Output:

Number of subsets: 8
Subsets:
[]
[1]
[2]
[3]
[1, 2]
[1, 3]
[2, 3]
[1, 2, 3]

About

تعداد زیر مجموعه های یک مجموعه

Topics

Resources

License

Stars

Watchers

Forks

Languages