code-examples/2025/01/cracking_code_interview_17_...
Tomasz Polgrabia 4ec716caa4 Added correct implementation. 2025-01-06 22:02:05 +01:00
..
gradle/wrapper Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:04 +01:00
src/main/kotlin/pl/polgrabia/demos/crackingcodeinterview/t17x9 Added correct implementation. 2025-01-06 22:02:05 +01:00
README.md Added correct implementation. 2025-01-06 22:02:05 +01:00
build.gradle Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:04 +01:00
gradlew Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:04 +01:00
gradlew.bat Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:04 +01:00

README.md

Solution for 17.9

  • Program.kt is not correct (didn't calculate what it was needed)
  • Program2.kt is correct