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