Skip to content

aztec-io/Binary-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Search

Binary Search Algorithm implemented in C++ and Assembly to determine speed

solution4 As you can see, the assembly algorithm is more efficient, beating the C++ algorithm in 0.02 seconds while the C++ search took 0.044. This was a project for one of my classes and it demonstrated how to access an array in assembly, and observe how assembly language procedures can be used to optimize programs.

About

Binary Search Algorithm implemented in C++ and Assembly to determine speed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published