Data-Structures-and-Algorithms
Data-Structures-and-Algorithms copied to clipboard
Greedy Algorithms Implementation
Standard Greedy Algorithms
- Activity Selection Problem
- Egyptian Fraction
- Job Sequencing Problem
- Job Sequencing Problem (Using Disjoint Set)
- Job Sequencing Problem – Loss Minimization
- Job Selection Problem – Loss Minimization Strategy | Set 2
- Huffman Coding
- Efficient Huffman Coding for sorted input
- Huffman Decoding
- Water Connection Problem
- Policemen catch thieves
- Minimum Swaps for Bracket Balancing
- Fitting Shelves Problem
- Assign Mice to Holes
Implementation of the above is required in any language of your choice as logic only matters.
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.71. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Can you assign me?
Sure , you can take it. @harisfi
Can I add a code as well?
Yes.
Hey, can I contribute to this?
You can, but make sure what you are working for is not already there.So cross check before working on it.
On Sat, 3 Oct, 2020, 7:44 pm Amith Gowda, [email protected] wrote:
Hey, can I contribute to this?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Iltwats/hacktoberfest/issues/89#issuecomment-703110176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM5BX6FZR2KKQ6OHOMXANJLSI4WSZANCNFSM4SCOROYA .
--
www.jecrcuniversity.edu.in http://www.jecrcuniversity.edu.in
ENGINEERING | SCIENCES | MANAGEMENT | HUMANITIES | LAW | AGRICULTURE | HOTEL MANAGEMENT | JOURNALISM MASS COMMUNICATION | DESIGN | * *Important: The information in this email is confidential and may be legally privileged, It is intended solely for the addressee(s). Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution is prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Thank you, JECRC University - Disclaimer *"SAVE PAPER. Good for your planet. Good for your Business" *
@Iltwats noted. I noticed all are in cpp, can I contribute in Java? Ill be taking the assigning mice to holes problem
@Iltwats please review pr #109 and merge it. Thank you!
Hey, Can I contribute the "Minimum Swaps for Bracket Balancing" Problem?