Unverified Commit c52895bb authored by Shuhao Zhang's avatar Shuhao Zhang Committed by GitHub
Browse files

change link

parent b3b15271
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ $$T\left(n\right)=T\left(\frac{n}{2}\right)+O\left(n\log{n}\right)=O\left(n\log{

### Newton's Method

参见 [**Newton's Method**](../newton/#newtons-method).
参见 [**Newton's Method**](/math/poly/newton/#newtons-method).

## Code