728x90 AdSpace

  • Latest News

    Friday, 20 October 2017

    Recursive & Iterative Binary Search in Scala

    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 
    1. A Recursive Binary Search
    2. An Iterative Binary Search.

    Read more »
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: Recursive & Iterative Binary Search in Scala Rating: 5 Reviewed By: Unknown
    Scroll to Top