Sha256: 96ce17b845e361ff995aa1b0b7aca5724008de93d4212f3245ea1674221640cf
Contents?: true
Size: 294 Bytes
Versions: 222
Compression:
Stored size: 294 Bytes
Contents
Given a number n, determine what the nth prime is. By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. If your language provides methods in the standard library to deal with prime numbers, pretend they don't exist and implement them yourself.
Version data entries
222 entries across 222 versions & 1 rubygems