Skip to content

Remydeme/Greedy_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GREEDY ALGORITHM

FEATURES

  • implemented in C++
  • Map class
  • Tile Class
  • Driver Class

Installation

  1. make
  2. ./drive

Frequently Asked Questions

What is the greedy algorithm ?

A greedy algorithm is an algorithmic paradigm that follows the problem solving heuristic of making the locally optimal choice at each stage[1] with the hope of finding a global optimum. In many problems, a greedy strategy does not in general produce an optimal solution, but nonetheless a greedy heuristic may yield locally optimal solutions that approximate a global optimal solution in a reasonable time. ____ Wikipedia

Credits and Acknowledgments

Created and Maintained by Rémy DEME

About The Project

Submit Bugs & or Fixes:

https://github.com/your-github-id/your-project/issues

About

Implementation of Greedy algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published