Skip to content

Commit 816034f

Browse files
authored
Module name corrected and removed ambiguous character
Removed unnecessary comments about time and space complexity.
1 parent 59b564b commit 816034f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bit_manipulation/Maximize _he_Number_of_Partitions_After_Operations.py renamed to bit_manipulation/Maximize_the_Number_of_Partitions_After_Operations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ def max_partitions_after_operations(self, s, k):
4040
:rtype: int
4141
"""
4242
return self.helper(s, k, 0, 0, 0)
43-
44-
45-
# Time Complexity: O(n × 2²⁷)
46-
# Auxiliary Space: O(n × 2²⁷)

0 commit comments

Comments
 (0)