C Programming Draw a circle without floating point arithmetic – Mathematical Algorithms – Following program uses a simple concept Let the radius be r.
Mathematical Algorithms
C Programming Find the smallest number whose digits multiply to a given number n – Mathematical Algorithms – Given a number ‘n’ find the smallest number ‘p’
C Programming – Calculate the angle between hour hand and minute hand – Mathematical Algorithms – The minute hand moves 360 degree in 60 minute( 6 degree)
C++ Programming – Find next greater number with same set of digits – Mathematical Algorithms – find the smallest number that has same set of digits as n
Python Programming – Excel column name – Mathematical Algorithms – MS Excel columns has a pattern like A, B, C, … ,Z, AA, AB, AC,…. ,AZ, BA, BB, … ZZ, AAA
C++ Programming – Excel column name – Mathematical Algorithms – MS Excel columns has a pattern like A, B, C, … ,Z, AA, AB, AC,…. ,AZ, BA, BB, … ZZ, AAA, AAB
C++ Programming Program for nth Catalan Number – Mathematical Algorithms – Catalan numbers are a sequence of natural numbers that occurs in many interesting
Java Programming – Program for nth Catalan Number – Mathematical Algorithms – Catalan numbers are a sequence of natural numbers that occurs in many interest
Python Programming – Program for nth Catalan Number – Mathematical Algorithms – Catalan numbers are a sequence of natural numbers that occurs in many
C Programming Horner’s Method for Polynomial Evaluation – Mathematical Algorithms – Input is in form of array say poly[] where poly[0] represent coefficient