From 423da591ee5ffe74c67a3a56201c7220621a5b0a Mon Sep 17 00:00:00 2001 From: shIne_wOng <1551885@tongji.edu.cn> Date: Fri, 3 May 2019 11:06:03 +0800 Subject: [PATCH] Update chp1.md --- thu_dsa/chp1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thu_dsa/chp1.md b/thu_dsa/chp1.md index 3da2f24..32f6092 100644 --- a/thu_dsa/chp1.md +++ b/thu_dsa/chp1.md @@ -48,7 +48,7 @@ _To measure is to know. If you cannot measure it, you cannot improve it 考虑我们要评价两个不同算法的优劣,一个很自然的思想是实验测量,通过测量这两个算法在同一问题实例(instance)P的情况下,两个算法的运行代价。即 -$$T_A(P) = the_cost_of_algorithm_A_to_solve_instance_P$$ +$$T_A(P) = the\ cost\ of\ algorithm\ A\ to\ solve\ instance\ P$$ 可是,这样的测量真的有意义吗?