Skip to content

Example of program in Go for a binary search algorithm

Notifications You must be signed in to change notification settings

zoldyzdk/go-binary-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary Search Algorithm

About

This algorithm is an efficient algorithm for finding an item from a sorted list of items. It works by repeatedly dividing in half the portion of the list that could contain the item, until you've narrowed down the possible locations to just one.

How to execute

1- Clone the repository

git clone https://github.com/Sherlockzen/go-binary-search.git

2- Install GoLang

Install GO

3- Inside the folder you have cloned run this:

go run .

About

Example of program in Go for a binary search algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages