Scala
My very first program in Scala. And I don't find Scala close to Java. I am quite used to Java and C++ and rather find the two more close as very as programming is concerned.Scala however is closer to Java since scala code is converted to Java Bytecode and the executed.
Program
I used 2 classes a Binary Search class & a Tester object
. An object is more like a singleton class according to my understanding.
The BinarySearch class has constructor which accepts a sorted array.
It has 2 functions
- A Recursive Binary Search
- An Iterative Binary Search.
0 comments:
Post a Comment