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.92k stars 1.4k forks source link

PrimesDocument_10K.csv should be an embedded resource #123

Closed nickntg closed 4 years ago

nickntg commented 4 years ago

PrimesDocument_10K.csv is currently being copied to the Data folder. It would be easier to make it an embedded resource in order to make redistribution easier.

Describe the solution you'd like It would be easy to make this an embedded resource and have the code read the resource instead of the file on initialization.

aalhour commented 4 years ago

Fixed by #124.