1.

Give Some Examples Greedy Algorithms?

Answer»

The below given problems find their solution using greedy algorithm approach:

  • TRAVELLING SALESMAN Problem
  • Prim's Minimal SPANNING Tree Algorithm
  • Kruskal's Minimal Spanning Tree Algorithm
  • DIJKSTRA's Minimal Spanning Tree Algorithm
  • Graph - Map Coloring
  • Graph - Vertex Cover
  • Knapsack Problem
  • Job SCHEDULING Problem

The below given problems find their solution using greedy algorithm approach:



Discussion

No Comment Found