Skip to content

icompuiz/binarysearcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binarysearcher

A simple implementation of binary search (implements divide and conquer)

This implementation breaks the array into smaller pieces rather than moving a cursor

Based on CodeKata02: http://codekata.com/kata/kata02-karate-chop/

Pre-requisites

  • NodeJS 6.x

Before You Start

  • run npm install to install dependencies

Usage

  • Execute
     > node binarysearcher.js
    
  • Then follow the prompt

Tests

  • Execute

     > node chop.js
    

About

A simple implementation of binary search (divide and conquer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published