Skip to content

Binary Search Algorithm written in C++ that supports multiple data types

License

Notifications You must be signed in to change notification settings

Ransomware3301/generic_type_binary_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

generic_type_binary_search

C++ program that searches a value into a given vector
It's called "generalized" due to the use of C++ templates throughout the code, which give you the choice over the data type of both the element to search and the vector, thus generalizing the algorithm for different data types (int, long int, float, double and char).

About

Binary Search Algorithm written in C++ that supports multiple data types

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages