Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit da0f97a

Browse files
committed
Fix PowerSet function naming.
1 parent 3baf88c commit da0f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/algorithms/sets/power-set/bwPowerSet.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @param {*[]} originalSet
55
* @return {*[][]}
66
*/
7-
export default function powerSet(originalSet) {
7+
export default function bwPowerSet(originalSet) {
88
const subSets = [];
99

1010
// We will have 2^n possible combinations (where n is a length of original set).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /