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

replace link

parent e1d0c643
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**](../poly-newton/#inv).
参见 [**Newton's Method**](../newton/#newtons-method).

## Code