Skip to main content

14 docs tagged with "Mathematics"

View all tags

Angle between Hour and Minute Hand

This document covers methods to calculate the angle between the hour and minute hands of a clock at a given time in various programming languages.

Fibonacci Sum (Geeks for Geeks)

This tutorial contains a complete walk-through of the Fibonacci Sum problem from the Geeks for Geeks website. It features the implementation of the solution code in three programming languages: Python, C++, and Java.

GCD of Array

This document covers methods to calculate the Greatest Common Divisor (GCD) of an array of integers in various programming languages.

LCM and GCD

This document provides solutions for finding the Least Common Multiple (LCM) and Greatest Common Divisor (GCD) of integers.

Matchsticks Game

This is a solution to the problem of determining the number of matchsticks the first player should pick to guarantee a win in the matchsticks game.

Next Happy Number (Geeks for Geeks)

This tutorial contains a complete walk-through of the Next Happy Number problem from the Geeks for Geeks website. It features the implementation of the solution code in three programming languages: Python, C++, and Java.

Sum Multiples

This is a solution to the Sum Multiples problem on LeetCode.

Sum of First n Terms

This document covers methods to calculate the sum of the first n terms of a series in various programming languages.