|
||
---|---|---|
.. | ||
gradle/wrapper | ||
src/main/kotlin/pl/polgrabia/demos/crackingcodeinterview/t17x9 | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat |
README.md
Solution for 17.9
This solution uses Eratosthenes method which is simple but space O(n) which is less than ideal. Maybe there are better solutions because it requires also to give the max size of that array which is less than desirable.