Skip to content

A-geeky-man/A-Game-of-LCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.