Struct competitive_library::algorithm::fast_eratosthenes::Eratosthenes[][src]

pub struct Eratosthenes { /* fields omitted */ }
Expand description

エラトステネスの篩

Implementations

初期化 素数フラグを処理

  • param n:usize 探索上限

素数の個数をカウント

フラグから素数配列を生成

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.