Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

floor and ceiling for Sorted Arrays #804

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 15, 2021

  1. Added floor and ceiling binary search methods for sorted arrays. Init…

    …ial implementation for Object type and each primitive type. A few test cases are also included.
    ali-ghanbari committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b918018 View commit details
    Browse the repository at this point in the history
  2. added whitespaces to avoid checkstyle errors

    ali-ghanbari committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    ed98515 View commit details
    Browse the repository at this point in the history
  3. added more whitespaces to avoid checkstyle errors

    ali-ghanbari committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a786aba View commit details
    Browse the repository at this point in the history
  4. added Javadoc, refined the code to avoid overlow warning, refined the…

    … code to avoid having magic numbers
    ali-ghanbari committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    3f8003f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Refactor

    ali-ghanbari committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    20b240b View commit details
    Browse the repository at this point in the history