Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 committed Oct 27, 2024
1 parent 7719423 commit a99db12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/data/problemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2839,6 +2839,16 @@ class Solution:
return N // (2 ** (M - 1))
`,
},
"timeComplexity": {
"cpp": "O(1)",
"java": "O(1)",
"python": "O(1)"
},
"spaceComplexity": {
"cpp": "O(1)",
"java": "O(1)",
"python": "O(1)"
}
},

removeChars: {
Expand Down

0 comments on commit a99db12

Please sign in to comment.