-
Notifications
You must be signed in to change notification settings - Fork 0
melchord/BinarySearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Binary Search Write a function that takes a sorted array of integers as well as a target integer. The function should use the Binary Search algorithm to find the target number is contained in the array and should return its index if it is, otherwise -1. Sample input: [0,1,21,33,45,45,61,71,72,73], 33 Sample output: 3
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published