chore(curriculum): changed external links to news articles in 4 challenges (#43373)

* changed 4 links

* fix wording

* change link as suggested by @gikf
This commit is contained in:
Ilenia
2021-09-27 10:12:53 +02:00
committed by GitHub
parent 25c3349685
commit 00a81067a3
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ dashedName: euler-method
# --description--
Euler's method numerically approximates solutions of first-order ordinary differential equations (ODEs) with a given initial value. It is an explicit method for solving initial value problems (IVPs), as described in [the wikipedia page](<https://en.wikipedia.org/wiki/Euler method> "wp: Euler method").
Euler's method numerically approximates solutions of first-order ordinary differential equations (ODEs) with a given initial value. It is an explicit method for solving initial value problems (IVPs), as described in [this article](<https://www.freecodecamp.org/news/eulers-method-explained-with-examples/> "news: Euler's Method Explained with Examples").
The ODE has to be provided in the following form: