Q For Problems - Episode 5

Hi everyone,

 

Please check out episode 5 of the Q For Problems video series.

 

 

This covers problem 5 from the Project Euler problem set. 

[Project Euler - Problem 5](“https://projecteuler.net/problem=5” "“Project”) 

The problem wants us to find the smallest positive number that is evenly divisible by all of the numbers from 1 to 20.

 

Feel free to share your own solutions and ideas in the comments.

 

[Github Repo](“https://github.com/jkane17/qForProblems” "“Github”) 

 

Thanks

Solution using the gcd here:

https://community.kx.com/t5/kdb-and-q/Project-Euler-5/m-p/13283/highlight/true#M196