Login
Remember
Register
Ask a Question
Mention some examples of greedy algorithms?
0
votes
asked
Aug 6, 2024
in
Other
by
rajeshsharma
Mention some examples of greedy algorithms?
greedy
algorithms
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 6, 2024
by
rajeshsharma
Examples of greedy algorithms are:
Kruskal's Minimal Spanning Tree Algorithm
Travelling Salesman Problem
Knapsack Problem
Prim's Minimal Spanning Tree Algorithm
Job Scheduling Problem
Dijkstra's Minimal Spanning Tree Algorithm
Graph - Map Coloring
Graph - Vertex Cover
...