greedy algorithm

    2022-09-17

    One of the common applications of greedy algorithms is for producing approximation solutions to NP-hard problems

    Dijkstra algorithm

    Read More

    network flow

    2021-06-26

    Maximal Flow Problem

    max-flow min-cut theorem

    the maximum amount of flow passing from the source to the sink is equal t...

    Read More

    NP-reduction

    2020-08-23

    reduction (a technique usually used to show some problem is NP-hard).
    it’s useful to know a good number of different NP-complete problems:When you encounter a new problem X and want to tr...

    Read More
    View: User: