Project Euler Problem 52: Permuted Multiples

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • Project Euler problem page: projecteuler.n...
    My Project Euler solution repository: github.com/war...

Komentáře • 2

  • @itsjasoon
    @itsjasoon Před měsícem

    Wow that was quickly solved in python, i just solved this problem in c++ and it took me 3 hours to write it and about a half second as well to execute. I should’ve just used python 😂

    • @ProblemSolvingWizard
      @ProblemSolvingWizard  Před měsícem

      Python's list comprehensions are an amazing tool for fast coding! This would've taken me a lot longer to write in Java, where I have 8+ years of professional experience. Longer run time, too, I'm sure!