• 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

    Mathematical Algorithms

    This is mathematical algorithms page

    Finding Square root (Babylonian Method)

    Babylonian method for finding square root( based on Newton–Raphson method)

    Fast multiplication(Russian Peasant Method)

    Given two numbers a and b, write a fast method to multiply both of them. Algorithm: Russian Peasant Method

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