Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02f88e0

Browse files
author
Eslam Zanaty
authored
Update linear-system-gauss.md
added to the last of the list
1 parent 563892e commit 02f88e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linear_algebra/linear-system-gauss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ Therefore, the resulting Gauss-Jordan solution must sometimes be improved by app
198198
Thus, the solution turns into two-step: First, Gauss-Jordan algorithm is applied, and then a numerical method taking initial solution as solution in the first step.
199199

200200
## Practice Problems
201-
* [Codeforces - No game no life](https://codeforces.com/problemset/problem/1411/G)
202201
* [Spoj - Xor Maximization](http://www.spoj.com/problems/XMAX/)
203202
* [Codechef - Knight Moving](https://www.codechef.com/SEP12/problems/KNGHTMOV)
204203
* [Lightoj - Graph Coloring](http://lightoj.com/volume_showproblem.php?problem=1279)
205204
* [UVA 12910 - Snakes and Ladders](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4775)
206205
* [TIMUS1042 Central Heating](http://acm.timus.ru/problem.aspx?space=1&num=1042)
207206
* [TIMUS1766 Humpty Dumpty](http://acm.timus.ru/problem.aspx?space=1&num=1766)
208207
* [TIMUS1266 Kirchhoff's Law](http://acm.timus.ru/problem.aspx?space=1&num=1266)
208+
* [Codeforces - No game no life](https://codeforces.com/problemset/problem/1411/G)

0 commit comments

Comments
 (0)