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
linear algorithm Simplex method
2020-09-17
ILP
ILP is NP-hard, therefore we can reduce any NP-complete optimization problem to ILP.
the optimal solution of the LP is only better than the optimal of ILP:every fea...
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
Http的演化 Http1.1 Http2.0 Http3.0
2019-08-23
why tcp and http donot like each other
<...
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...
linear algorithm Simplex method
2020-09-17
ILP
ILP is NP-hard, therefore we can reduce any NP-complete optimization problem to ILP.
the optimal solution of the LP is only better than the optimal of ILP:every fea...
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...
Http的演化 Http1.1 Http2.0 Http3.0
2019-08-23
why tcp and http donot like each other
<...
View:
User: