issues
search
domdom82
/
code-interviews
Collection of possible code interview questions
Apache License 2.0
0
stars
0
forks
source link
Add prime calculator example
#3
Open
domdom82
opened
9 months ago
domdom82
commented
9 months ago
Find all prime numbers between n and m
Naive approach (for-loop)
How could this be optimized? (parallelism, go routines, channels etc., divide range by nr of CPUs etc.)