aalhour / aalhour/C-Sharp-Algorithms
Algorithm request: Linear Prime Sieve
未关闭
algorithm request
- 主要语言
- C#
- 星标
- 6.2k
- 派生
- 1.4k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I don't see any implementations for prime number generators. For starters, how about Linear prime sieve (I intent to work on this).
I'd like to see that added to the library.
贡献指南
调研方向
Look for existing prime number or sieve implementations in the repository to understand the project's structure and naming conventions. The Linear Sieve algorithm needs to be implemented as a class, likely in a 'Primes' or 'Sieve' folder. Check for tests related to primes or number theory to ensure the new implementation passes them.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100