grokking-algorithms/chapter10
2024-01-19 17:21:42 +00:00
..
greedy.py move fget out of greedy 2024-01-15 12:18:31 +00:00
README.md add some notes 2024-01-19 17:21:42 +00:00

Approximation algorithm

  • Easy to write, fast to run, useful for obtaining approximate solutions for NP-hard problems.