kevin-wayne/algs4

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0

Closed this issue · 0 comments

I have successfully imported the source code of algs4-master into my own eclipse project, also called algs4-master, but why do I get errors after running us-> Java Application in eclipse?
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at edu.princeton.cs.algs4.BinarySearch.main (BinarySearch.java:94)