Skip to content

Commit 743f57f

Browse files
#917 Power Set using Bitwise with C++
1 parent e91a0dc commit 743f57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bit Manipulation/Power_Set_using_Bit_Manipulation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
We have to find all elements of power set of given set as string using bit manipulation
2+
We have to find all elements of power set of given set as string using bit manipulation.
33
44
55
Example 1:
@@ -50,4 +50,4 @@ int main()
5050
printPowerSet(str);
5151

5252
return 0;
53-
}
53+
}

0 commit comments

Comments
 (0)