> For the complete documentation index, see [llms.txt](https://kdongs.gitbook.io/kdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kdongs.gitbook.io/kdocs/algorithms/greedy.md).

# Greedy

## About

Greedy algorithms basically check the entire input and doesn't care to try reducing it.

*Ex.:* Linear Search
