jainaman224 / Algo_Ds_Notes

A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
GNU General Public License v3.0
2.24k stars 2.08k forks source link

Implementation of various Greedy and Optimal Algorithms #1975

Open Ratna04priya opened 4 years ago

Ratna04priya commented 4 years ago

This repo also requires a section of greedy algorithms.

Ratna04priya commented 4 years ago

I think I can work on this.

jainaman224 commented 4 years ago

Please specify the language and algorithm.

Ratna04priya commented 4 years ago

I would like to use Python and Jupyter Notebook Platform. I am planning to do a Travelling salesman problem, Bellman-Ford algorithm, fractional Knapsack algorithms and many more from the greedy approach.

nitashadhingra commented 4 years ago
  1. Huffmann Codes
  2. Prim's
  3. Minimum Denominations
  4. Fractional Knapsack Problem all these can be solved using greedy approach. i would like to contribute to the issue using C++
jainaman224 commented 4 years ago

There are separate issues for them. @nitashadhingra I would close this issue.