You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Inthis page, it is claimed that linear sieve must need an integer array where classic sieve needs only n bits of memory. Buthere is an implementation where we do not need thatlp[] array. Yeah, we still need that vector though.