bashbers / csharp-algorithms-hacktoberfest2018

Hacktoberfest repository which over time will include loads of c# algorithms.
https://hacktoberfest.digitalocean.com/
3 stars 29 forks source link

add greedy algorithm #7

Closed bamsarts closed 6 years ago

bamsarts commented 6 years ago

implement greedy algorithm built with monodevelop #5

bashbers commented 6 years ago

Could you add some tests for the greedy algorithm? Looks great so far! 👍

lucashorward commented 6 years ago

Could you change this from a console project to a class library? Thanks!

bashbers commented 6 years ago

Im gonna close this PR for now. Whenever you've changed the project from a console application to a class library, please re-open this PR.