Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 209 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 209 Bytes

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.