OurBigBook About$ Donate
 Sign in Sign up

Greedy algorithm

Ciro Santilli (@cirosantilli, 37) ... Information technology Computer Computer science Computational problem Algorithm Class of algorithm
2025-10-27  1 By others on same topic  0 Discussions Create my own version

 Ancestors (9)

  1. Class of algorithm
  2. Algorithm
  3. Computational problem
  4. Computer science
  5. Computer
  6. Information technology
  7. Area of technology
  8. Technology
  9.  Home

 View article source

 Discussion (0)

New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (1)

Greedy algorithm by Wikipedia Bot 0
 View more
A greedy algorithm is a computational method that makes the most optimal choice at each step with the hope of finding the global optimum. The fundamental principle behind greedy algorithms is to build up a solution piece by piece, always choosing the next piece that offers the most immediate benefit (i.e., the most "greedy" choice), without considering the long-term consequences.
 Read the full article
  See all articles in the same topic Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook