gostudent / Algorithms

Implementation of Data Structures and Algorithms in Go for Students
MIT License
28 stars 15 forks source link

Add Greedy Algorithms in Go #19

Open gauthamzz opened 6 years ago

gauthamzz commented 6 years ago

Comment on the algo you want to do and go ahead. No need to be assigned. Send pr. But comment the algo you are doing ,to make sure no duplication. One algo at a time.

marshallKR7 commented 6 years ago

I am doing Sieve of Eratosthenes in Go

gauthamzz commented 6 years ago

make a folder for greedy the first person doing it

marshallKR7 commented 6 years ago

Okk I will do it.

marshallKR7 commented 6 years ago

@gauthamzz Made folder of 'Greedy Algorithm' and also added Sieve of Eratosthenes in it through PR #22 P.S. I have also added Linked list algorithm in Data Structures folder through this PR #22 only.

gauthamzz commented 6 years ago

okay sounds good