Sunday, July 22, 2018

Leetcode 278. First Bad Version

July 22, 2018

Introduction


It is an easy level algorithm called First bad version. The binary search algorithm is applied and also the lowest index is found for the first bad version.

Here is my C# code.


No comments:

Post a Comment