• Ruby Algorithms
  • Searching
  • Sorting
  • Arrays
  • Bit Algorithms
  • Mathematics
  • About
    • Algorithms
      • Searching
      • Sorting
      • Bit Algorithms
      • Greedy Algorithms
      • Dynamic Programming
      • Mathematical Algorithms
    • Data-structures
      • Linked list
      • Arrays
    • Extras
      • About

    Searching Algorithms

    This is searching page

    Binary Search Algorithm

    Time Complexity = O(logn) Precondition: List should be sorted

    Ubiquitous Binary Search

    Binary Search Implementation which can be used in various problems Application of this implimantation: http://www.geeksforgeeks.org/the-ubiquitous-binary-sea...

    • Follow:
    • GitHub
    • Feed
    © 2016 Ruby Algorithms. Powered by Jekyll.