Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Add finding one prime number out of arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
sicktastic committed Jul 5, 2016
1 parent 1d6da0b commit ad6513e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algorithms/binary_search.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97];

0 comments on commit ad6513e

Please sign in to comment.