Skip to content

ShalondaLinsday/node-binary-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This binary search function only works with integer array and it was implemented in C++. And in order to use this program you will :-

function name = binary search(array, number that needed to find);
int integer_array=[912,837,384,471,586,474,49,4719,3857,381648];
int findthenumber= binarysearch(integer_array, 49);

result positive; index position=5;

Shalonda Linsday - Area Manager for http://www.bestpsychicadvisors.org
910 E 1st St #17, Winston-Salem, NC 27101, United States

About

An addon to node.js that provides a binary search function that runs in native C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.8%
  • JavaScript 28.9%
  • Python 7.3%