Integer Search

Programming Interview
Questions

← Back

Integer Search

Given a sorted list of integers nums, your task is to return true if an integer target is within nums.

Input:

  • nums: A sorted list of integers, where each element in the list is a unique integer.
  • target: An integer target to be found within the list.

Output: True if the number is in the list, and False if the number is not in the list.

For optimal efficiency, your code must run in logarithmic time O(logn).

Not Completed

Completed!

integer_search.py

Tests - to submit your code!

symbol symbol

Efficiency

symbol symbol

Test Case 1

symbol symbol

Test Case 2

symbol symbol

Test Case 3

symbol symbol

Test Case 4

symbol symbol

Test Case 5

symbol symbol

Test Case 6

symbol symbol

Test Case 7

symbol symbol

Test Case 8

symbol symbol

Test Case 9

symbol symbol

Test Case 10

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

symbol Submit to See Results

Join our Newsletter and Recieve the Latest Updates!

Main Links

Compete Trade Courses Assessments Interview Prep Contact Us

Social Media

Facebook Instagram YouTube

Legal

Terms and Conditions

Talent Acquisition

We help firms recruit dedicated, passionate visionaries in mathematics and innovation for leading technology and trading roles. If your company is looking to attract top-tier talent in these fields, we can connect you with individuals who excel in driving technological and mathematical advancements. For more information, contact us here.

© 2024 EverythingQuant. All Rights Reserved.