codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
204 stars 163 forks source link

Added greedy algorithms #248

Closed abhisheknalla closed 6 years ago

abhisheknalla commented 6 years ago

ISSUE NUMBER

236

SHORT DESCRIPTION Sir, I added 5 greedy algorithms. I added commented code along with input prompts and readme files.

TESTING The test cases are in the readme files. Sir, please review

abhisheknalla commented 6 years ago

Sir, can you review this PR

abhisheknalla commented 6 years ago

sir, please review this PR

prateekiiest commented 6 years ago

Please specify which greedy algorithm you are working on ?

abhisheknalla commented 6 years ago

activitySelection jobSequencing
KruskalMst
PrimMst

prateekiiest commented 6 years ago

already kruskal , prims implemented under Tress

prateekiiest commented 6 years ago

I am closing this. Since its the same thing being added. Reopen if any updates