Skip to content

Commit

Permalink
Update solutions/silver/cf-702C.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Chou <[email protected]>
  • Loading branch information
freakin23 and ryanchou-dev authored Nov 21, 2024
1 parent 44ad8c7 commit 689ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/silver/cf-702C.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public class CellularNetwork {

```py
"""
returns the first index in the array that is >= value, or arr.size()
returns the first index in the array that is >= value, or len(arr)
if no such index exists
"""
def first_at_least(value: int) -> int:
Expand Down

0 comments on commit 689ce22

Please sign in to comment.