A-Game-of-LCM

Geeks for geeks practice question.


Project maintained by A-geeky-man Hosted on GitHub Pages — Theme by mattgraham

A-Game-of-LCM

Geeks for geeks practice question.

Problem statement: You are given an integer N. You have to find 4 integers i,j,k,l less than equal to N such that lcm(i,j,k,l) is maximum.