issues
search
aalhour
/
C-Sharp-Algorithms
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.94k
stars
1.4k
forks
source link
Issue 129: Return primes list as read-only.
#134
Closed
RyanGrange
closed
4 years ago
RyanGrange
commented
4 years ago
Description
Alter GetAll to return a read-only IList
of the prime numbers.
Checklist
[X] An issue was first created
before
opening this pull request
[X] The new code follows the
contribution guidelines
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] I have added tests to ensure that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes
Description
Alter GetAll to return a read-only IList of the prime numbers.
Checklist