Skip to content

Commit

Permalink
Update Gaussian Elimination.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashishgup1 authored Jul 9, 2020
1 parent b3ab4f5 commit bcf75b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gaussian Elimination.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ struct Gauss
//Problem 2: https://codeforces.com/contest/1101/problem/G
//Solution 2: https://codeforces.com/contest/1101/submission/50315103

//Problem 3: https://atcoder.jp/contests/abc141/tasks/abc141_f
//Solution 3: https://atcoder.jp/contests/abc141/submissions/15096631

//Problem 4: https://codeforces.com/contest/1336/problem/E1 (MITM)
//Solution 4: https://codeforces.com/contest/1336/submission/76891926

0 comments on commit bcf75b9

Please sign in to comment.