LeetCode
Question
·
Dec 2022
·
Los Angeles
Python Easy to understand code || Microsoft || Amazon ( •́ .̫ •̀ )
1 upvote
106 views
Question Details
class Solution: def firstBadVersion(self, n: int) -> int: l=1 h=n result=n while l<=h: mid=(l+h)//2 if isBadVersion(mid)==True: result=mid if isBadVersion(mid-1)==False: return mid else: h=mid-1 else: l=mid+1 return mid
Full Details
🔒
Unlock full leaked content
Full insider details, leaked discussions, and candidate experiences.
Get Premium →Topics
Coding
More from Amazon
Reddit
175 k remote offer or 300 k in Bay Area
Reddit
Done with 3 rounds of On-site Amazon SDE 1 interview , but no communication after that. What to do?
Reddit
Nned direction for future prepration.
Reddit
Have an Amazon. SDE1 interview in 4 days, need tips
Reddit
After many years in the industry, I still struggle with textbook definitions in interviews