Skip to content

Commit

Permalink
The Perfect Hour ⏱️
Browse files Browse the repository at this point in the history
  • Loading branch information
kantarcise authored Nov 28, 2023
1 parent 2519270 commit 62dbcde
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion neetcode/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,16 @@ wip
-
- str(), int(), float(), list()
- 148:
- 148.pow_x_n:
- If the power is negative, just return 1 / result
-
- you can solve the problem, using recursion
-
- condition is based on the power and it getting halved.
-
- If you are writing a while block, you have
- to exit it at some point.
- 149:
Expand Down

0 comments on commit 62dbcde

Please sign in to comment.